Shades of Orchid #D066D5
Tints of Orchid #D066D5
RGB
CMYK
RGB Variations
Color information
#D066D5 (or 0xD066D5) is known color: Orchid. HEX triplet: D0, 66 and D5. RGB value is (208,102,213). Sum of RGB (Red+Green+Blue) = 208+102+213=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #D066D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D5 is #2F992A. Grayscale: #929292. Windows color (decimal): -3119403 or 13985488. OLE color: 13985488.
HSL color Cylindrical-coordinate representation of color #D066D5: hue angle of 297.3º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D066D5 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 102 | 213 | - |
CMYK | 0.02 | 0.52 | 0 | 0.16 |
HSL | 297.3º | 0.57% | 0.62% | - |
HSV(B) | 297.3º | 0.52% | 0.84% | - |
XYZ | 42.77 | 27.72 | 66.05 | - |
YUV | 146.35 | 165.62 | 171.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 102 | 213 | 0.02 | 0.52 | 0 | 0.16 | 297.3 | 0.57 | 0.62 |
Hex | D0 | 66 | D5 | 2 | 34 | 0 | 10 | 129 | 39 | 3E |
Octal | 320 | 146 | 325 | 2 | 64 | 0 | 20 | 451 | 71 | 76 |
Binary | 11010000 | 1100110 | 11010101 | 10 | 110100 | 0 | 10000 | 100101001 | 111001 | 111110 |
Color Harmonies of #D066D5
Complementary color
Monochromatic Colors of #D066D5
Black with #D066D5
Text Example
Text Example
White with #D066D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066D5; }
p { color: rgb(208,102,213); }
H1.HeaderClassName
{
color: #D066D5;
}
.AnyTagClassName
{
color: #D066D5;
}
</style>
background-color css
<style>
a { background-color: #D066D5; }
a { background-color: rgb(208,102,213); }
div.DivClassName
{
background-color: #D066D5;
}
.BgClassName
{
background-color: #D066D5;
}
</style>
border-color css
<style>
span { border-color: #D066D5; }
span { border-color: rgb(208,102,213); }
td.TdClassName
{
border-color: #D066D5;
}
.TagClassName
{
border-color: #D066D5;
}
</style>