Shades of Orchid #D06FD0
Tints of Orchid #D06FD0
RGB
CMYK
RGB Variations
Color information
#D06FD0 (or 0xD06FD0) is known color: Orchid. HEX triplet: D0, 6F and D0. RGB value is (208,111,208). Sum of RGB (Red+Green+Blue) = 208+111+208=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D06FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FD0 is #2F902F. Grayscale: #969696. Windows color (decimal): -3117104 or 13660112. OLE color: 13660112.
HSL color Cylindrical-coordinate representation of color #D06FD0: hue angle of 300º 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 #D06FD0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 111 | 208 | - |
CMYK | 0 | 0.47 | 0 | 0.18 |
HSL | 300º | 0.51% | 0.63% | - |
HSV(B) | 300º | 0.47% | 0.82% | - |
XYZ | 43.08 | 29.33 | 63.07 | - |
YUV | 151.06 | 160.14 | 168.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 111 | 208 | 0 | 0.47 | 0 | 0.18 | 300 | 0.51 | 0.63 |
Hex | D0 | 6F | D0 | 0 | 2F | 0 | 12 | 12C | 33 | 3F |
Octal | 320 | 157 | 320 | 0 | 57 | 0 | 22 | 454 | 63 | 77 |
Binary | 11010000 | 1101111 | 11010000 | 0 | 101111 | 0 | 10010 | 100101100 | 110011 | 111111 |
Color Harmonies of #D06FD0
Complementary color
Monochromatic Colors of #D06FD0
Black with #D06FD0
Text Example
Text Example
White with #D06FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FD0; }
p { color: rgb(208,111,208); }
H1.HeaderClassName
{
color: #D06FD0;
}
.AnyTagClassName
{
color: #D06FD0;
}
</style>
background-color css
<style>
a { background-color: #D06FD0; }
a { background-color: rgb(208,111,208); }
div.DivClassName
{
background-color: #D06FD0;
}
.BgClassName
{
background-color: #D06FD0;
}
</style>
border-color css
<style>
span { border-color: #D06FD0; }
span { border-color: rgb(208,111,208); }
td.TdClassName
{
border-color: #D06FD0;
}
.TagClassName
{
border-color: #D06FD0;
}
</style>