Shades of Orchid #D66BCF
Tints of Orchid #D66BCF
RGB
CMYK
RGB Variations
Color information
#D66BCF (or 0xD66BCF) is known color: Orchid. HEX triplet: D6, 6B and CF. RGB value is (214,107,207). Sum of RGB (Red+Green+Blue) = 214+107+207=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BCF is #299430. Grayscale: #969696. Windows color (decimal): -2724913 or 13593558. OLE color: 13593558.
HSL color Cylindrical-coordinate representation of color #D66BCF: hue angle of 303.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66BCF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 207 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.16 |
| HSL | 303.93º | 0.57% | 0.63% | - |
| HSV(B) | 303.93º | 0.5% | 0.84% | - |
| XYZ | 44.25 | 29.32 | 62.36 | - |
| YUV | 150.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 207 | 0 | 0.50 | 0.03 | 0.16 | 303.93 | 0.57 | 0.63 |
| Hex | D6 | 6B | CF | 0 | 32 | 3 | 10 | 130 | 39 | 3F |
| Octal | 326 | 153 | 317 | 0 | 62 | 3 | 20 | 460 | 71 | 77 |
| Binary | 11010110 | 1101011 | 11001111 | 0 | 110010 | 11 | 10000 | 100110000 | 111001 | 111111 |
Color Harmonies of #D66BCF
Complementary color
Monochromatic Colors of #D66BCF
Black with #D66BCF
Text Example
Text Example
White with #D66BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BCF; }
p { color: rgb(214,107,207); }
H1.HeaderClassName
{
color: #D66BCF;
}
.AnyTagClassName
{
color: #D66BCF;
}
</style>
background-color css
<style>
a { background-color: #D66BCF; }
a { background-color: rgb(214,107,207); }
div.DivClassName
{
background-color: #D66BCF;
}
.BgClassName
{
background-color: #D66BCF;
}
</style>
border-color css
<style>
span { border-color: #D66BCF; }
span { border-color: rgb(214,107,207); }
td.TdClassName
{
border-color: #D66BCF;
}
.TagClassName
{
border-color: #D66BCF;
}
</style>