Shades of Orchid #D06FCA
Tints of Orchid #D06FCA
RGB
CMYK
RGB Variations
Color information
#D06FCA (or 0xD06FCA) is known color: Orchid. HEX triplet: D0, 6F and CA. RGB value is (208,111,202). Sum of RGB (Red+Green+Blue) = 208+111+202=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FCA is #2F9035. Grayscale: #969696. Windows color (decimal): -3117110 or 13266896. OLE color: 13266896.
HSL color Cylindrical-coordinate representation of color #D06FCA: hue angle of 303.71º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FCA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 202 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.18 |
| HSL | 303.71º | 0.51% | 0.63% | - |
| HSV(B) | 303.71º | 0.47% | 0.82% | - |
| XYZ | 42.36 | 29.04 | 59.25 | - |
| YUV | 150.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 202 | 0 | 0.47 | 0.03 | 0.18 | 303.71 | 0.51 | 0.63 |
| Hex | D0 | 6F | CA | 0 | 2F | 3 | 12 | 130 | 33 | 3F |
| Octal | 320 | 157 | 312 | 0 | 57 | 3 | 22 | 460 | 63 | 77 |
| Binary | 11010000 | 1101111 | 11001010 | 0 | 101111 | 11 | 10010 | 100110000 | 110011 | 111111 |
Color Harmonies of #D06FCA
Complementary color
Monochromatic Colors of #D06FCA
Black with #D06FCA
Text Example
Text Example
White with #D06FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FCA; }
p { color: rgb(208,111,202); }
H1.HeaderClassName
{
color: #D06FCA;
}
.AnyTagClassName
{
color: #D06FCA;
}
</style>
background-color css
<style>
a { background-color: #D06FCA; }
a { background-color: rgb(208,111,202); }
div.DivClassName
{
background-color: #D06FCA;
}
.BgClassName
{
background-color: #D06FCA;
}
</style>
border-color css
<style>
span { border-color: #D06FCA; }
span { border-color: rgb(208,111,202); }
td.TdClassName
{
border-color: #D06FCA;
}
.TagClassName
{
border-color: #D06FCA;
}
</style>