Shades of Orchid #D577C2
Tints of Orchid #D577C2
RGB
CMYK
RGB Variations
Color information
#D577C2 (or 0xD577C2) is known color: Orchid. HEX triplet: D5, 77 and C2. RGB value is (213,119,194). Sum of RGB (Red+Green+Blue) = 213+119+194=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D577C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577C2 is #2A883D. Grayscale: #9B9B9B. Windows color (decimal): -2787390 or 12744661. OLE color: 12744661.
HSL color Cylindrical-coordinate representation of color #D577C2: hue angle of 312.13º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577C2 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 119 | 194 | - |
CMYK | 0 | 0.44 | 0.09 | 0.16 |
HSL | 312.13º | 0.53% | 0.65% | - |
HSV(B) | 312.13º | 0.44% | 0.84% | - |
XYZ | 43.78 | 31.23 | 54.76 | - |
YUV | 155.66 | 149.64 | 168.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 119 | 194 | 0 | 0.44 | 0.09 | 0.16 | 312.13 | 0.53 | 0.65 |
Hex | D5 | 77 | C2 | 0 | 2C | 9 | 10 | 138 | 35 | 41 |
Octal | 325 | 167 | 302 | 0 | 54 | 11 | 20 | 470 | 65 | 101 |
Binary | 11010101 | 1110111 | 11000010 | 0 | 101100 | 1001 | 10000 | 100111000 | 110101 | 1000001 |
Color Harmonies of #D577C2
Complementary color
Monochromatic Colors of #D577C2
Black with #D577C2
Text Example
Text Example
White with #D577C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577C2; }
p { color: rgb(213,119,194); }
H1.HeaderClassName
{
color: #D577C2;
}
.AnyTagClassName
{
color: #D577C2;
}
</style>
background-color css
<style>
a { background-color: #D577C2; }
a { background-color: rgb(213,119,194); }
div.DivClassName
{
background-color: #D577C2;
}
.BgClassName
{
background-color: #D577C2;
}
</style>
border-color css
<style>
span { border-color: #D577C2; }
span { border-color: rgb(213,119,194); }
td.TdClassName
{
border-color: #D577C2;
}
.TagClassName
{
border-color: #D577C2;
}
</style>