Shades of Orchid #D669C8
Tints of Orchid #D669C8
RGB
CMYK
RGB Variations
Color information
#D669C8 (or 0xD669C8) is known color: Orchid. HEX triplet: D6, 69 and C8. RGB value is (214,105,200). Sum of RGB (Red+Green+Blue) = 214+105+200=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C8 is #299637. Grayscale: #949494. Windows color (decimal): -2725432 or 13134294. OLE color: 13134294.
HSL color Cylindrical-coordinate representation of color #D669C8: hue angle of 307.71º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669C8 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 200 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.16 |
| HSL | 307.71º | 0.57% | 0.63% | - |
| HSV(B) | 307.71º | 0.51% | 0.84% | - |
| XYZ | 43.21 | 28.57 | 57.88 | - |
| YUV | 148.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 200 | 0 | 0.51 | 0.07 | 0.16 | 307.71 | 0.57 | 0.63 |
| Hex | D6 | 69 | C8 | 0 | 33 | 7 | 10 | 134 | 39 | 3F |
| Octal | 326 | 151 | 310 | 0 | 63 | 7 | 20 | 464 | 71 | 77 |
| Binary | 11010110 | 1101001 | 11001000 | 0 | 110011 | 111 | 10000 | 100110100 | 111001 | 111111 |
Color Harmonies of #D669C8
Complementary color
Monochromatic Colors of #D669C8
Black with #D669C8
Text Example
Text Example
White with #D669C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669C8; }
p { color: rgb(214,105,200); }
H1.HeaderClassName
{
color: #D669C8;
}
.AnyTagClassName
{
color: #D669C8;
}
</style>
background-color css
<style>
a { background-color: #D669C8; }
a { background-color: rgb(214,105,200); }
div.DivClassName
{
background-color: #D669C8;
}
.BgClassName
{
background-color: #D669C8;
}
</style>
border-color css
<style>
span { border-color: #D669C8; }
span { border-color: rgb(214,105,200); }
td.TdClassName
{
border-color: #D669C8;
}
.TagClassName
{
border-color: #D669C8;
}
</style>