Shades of Orchid #D066D3
Tints of Orchid #D066D3
RGB
CMYK
RGB Variations
Color information
#D066D3 (or 0xD066D3) is known color: Orchid. HEX triplet: D0, 66 and D3. RGB value is (208,102,211). Sum of RGB (Red+Green+Blue) = 208+102+211=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #D066D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D3 is #2F992C. Grayscale: #919191. Windows color (decimal): -3119405 or 13854416. OLE color: 13854416.
HSL color Cylindrical-coordinate representation of color #D066D3: hue angle of 298.35º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D066D3 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 102 | 211 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.17 |
| HSL | 298.35º | 0.55% | 0.61% | - |
| HSV(B) | 298.35º | 0.52% | 0.83% | - |
| XYZ | 42.52 | 27.62 | 64.72 | - |
| YUV | 146.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 211 | 0.01 | 0.52 | 0 | 0.17 | 298.35 | 0.55 | 0.61 |
| Hex | D0 | 66 | D3 | 1 | 34 | 0 | 11 | 12A | 37 | 3D |
| Octal | 320 | 146 | 323 | 1 | 64 | 0 | 21 | 452 | 67 | 75 |
| Binary | 11010000 | 1100110 | 11010011 | 1 | 110100 | 0 | 10001 | 100101010 | 110111 | 111101 |
Color Harmonies of #D066D3
Complementary color
Monochromatic Colors of #D066D3
Black with #D066D3
Text Example
Text Example
White with #D066D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066D3; }
p { color: rgb(208,102,211); }
H1.HeaderClassName
{
color: #D066D3;
}
.AnyTagClassName
{
color: #D066D3;
}
</style>
background-color css
<style>
a { background-color: #D066D3; }
a { background-color: rgb(208,102,211); }
div.DivClassName
{
background-color: #D066D3;
}
.BgClassName
{
background-color: #D066D3;
}
</style>
border-color css
<style>
span { border-color: #D066D3; }
span { border-color: rgb(208,102,211); }
td.TdClassName
{
border-color: #D066D3;
}
.TagClassName
{
border-color: #D066D3;
}
</style>