Shades of Orchid #D06CC9
Tints of Orchid #D06CC9
RGB
CMYK
RGB Variations
Color information
#D06CC9 (or 0xD06CC9) is known color: Orchid. HEX triplet: D0, 6C and C9. RGB value is (208,108,201). Sum of RGB (Red+Green+Blue) = 208+108+201=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CC9 is #2F9336. Grayscale: #949494. Windows color (decimal): -3117879 or 13200592. OLE color: 13200592.
HSL color Cylindrical-coordinate representation of color #D06CC9: hue angle of 304.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CC9 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 201 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.18 |
| HSL | 304.2º | 0.52% | 0.62% | - |
| HSV(B) | 304.2º | 0.48% | 0.82% | - |
| XYZ | 41.92 | 28.35 | 58.52 | - |
| YUV | 148.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 201 | 0 | 0.48 | 0.03 | 0.18 | 304.2 | 0.52 | 0.62 |
| Hex | D0 | 6C | C9 | 0 | 30 | 3 | 12 | 130 | 34 | 3E |
| Octal | 320 | 154 | 311 | 0 | 60 | 3 | 22 | 460 | 64 | 76 |
| Binary | 11010000 | 1101100 | 11001001 | 0 | 110000 | 11 | 10010 | 100110000 | 110100 | 111110 |
Color Harmonies of #D06CC9
Complementary color
Monochromatic Colors of #D06CC9
Black with #D06CC9
Text Example
Text Example
White with #D06CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CC9; }
p { color: rgb(208,108,201); }
H1.HeaderClassName
{
color: #D06CC9;
}
.AnyTagClassName
{
color: #D06CC9;
}
</style>
background-color css
<style>
a { background-color: #D06CC9; }
a { background-color: rgb(208,108,201); }
div.DivClassName
{
background-color: #D06CC9;
}
.BgClassName
{
background-color: #D06CC9;
}
</style>
border-color css
<style>
span { border-color: #D06CC9; }
span { border-color: rgb(208,108,201); }
td.TdClassName
{
border-color: #D06CC9;
}
.TagClassName
{
border-color: #D06CC9;
}
</style>