Shades of Orchid #D066CC
Tints of Orchid #D066CC
RGB
CMYK
RGB Variations
Color information
#D066CC (or 0xD066CC) is known color: Orchid. HEX triplet: D0, 66 and CC. RGB value is (208,102,204). Sum of RGB (Red+Green+Blue) = 208+102+204=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D066CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066CC is #2F9933. Grayscale: #919191. Windows color (decimal): -3119412 or 13395664. OLE color: 13395664.
HSL color Cylindrical-coordinate representation of color #D066CC: hue angle of 302.26º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066CC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 204 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.18 |
| HSL | 302.26º | 0.53% | 0.61% | - |
| HSV(B) | 302.26º | 0.51% | 0.82% | - |
| XYZ | 41.66 | 27.27 | 60.19 | - |
| YUV | 145.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 204 | 0 | 0.51 | 0.02 | 0.18 | 302.26 | 0.53 | 0.61 |
| Hex | D0 | 66 | CC | 0 | 33 | 2 | 12 | 12E | 35 | 3D |
| Octal | 320 | 146 | 314 | 0 | 63 | 2 | 22 | 456 | 65 | 75 |
| Binary | 11010000 | 1100110 | 11001100 | 0 | 110011 | 10 | 10010 | 100101110 | 110101 | 111101 |
Color Harmonies of #D066CC
Complementary color
Monochromatic Colors of #D066CC
Black with #D066CC
Text Example
Text Example
White with #D066CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066CC; }
p { color: rgb(208,102,204); }
H1.HeaderClassName
{
color: #D066CC;
}
.AnyTagClassName
{
color: #D066CC;
}
</style>
background-color css
<style>
a { background-color: #D066CC; }
a { background-color: rgb(208,102,204); }
div.DivClassName
{
background-color: #D066CC;
}
.BgClassName
{
background-color: #D066CC;
}
</style>
border-color css
<style>
span { border-color: #D066CC; }
span { border-color: rgb(208,102,204); }
td.TdClassName
{
border-color: #D066CC;
}
.TagClassName
{
border-color: #D066CC;
}
</style>