Shades of Orchid #D666C3
Tints of Orchid #D666C3
RGB
CMYK
RGB Variations
Color information
#D666C3 (or 0xD666C3) is known color: Orchid. HEX triplet: D6, 66 and C3. RGB value is (214,102,195). Sum of RGB (Red+Green+Blue) = 214+102+195=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D666C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666C3 is #29993C. Grayscale: #919191. Windows color (decimal): -2726205 or 12805846. OLE color: 12805846.
HSL color Cylindrical-coordinate representation of color #D666C3: hue angle of 310.18º degrees, saturation: 0.58, 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 #D666C3 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 195 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.16 |
| HSL | 310.18º | 0.58% | 0.62% | - |
| HSV(B) | 310.18º | 0.52% | 0.84% | - |
| XYZ | 42.33 | 27.74 | 54.75 | - |
| YUV | 146.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 195 | 0 | 0.52 | 0.09 | 0.16 | 310.18 | 0.58 | 0.62 |
| Hex | D6 | 66 | C3 | 0 | 34 | 9 | 10 | 136 | 3A | 3E |
| Octal | 326 | 146 | 303 | 0 | 64 | 11 | 20 | 466 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11000011 | 0 | 110100 | 1001 | 10000 | 100110110 | 111010 | 111110 |
Color Harmonies of #D666C3
Complementary color
Monochromatic Colors of #D666C3
Black with #D666C3
Text Example
Text Example
White with #D666C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666C3; }
p { color: rgb(214,102,195); }
H1.HeaderClassName
{
color: #D666C3;
}
.AnyTagClassName
{
color: #D666C3;
}
</style>
background-color css
<style>
a { background-color: #D666C3; }
a { background-color: rgb(214,102,195); }
div.DivClassName
{
background-color: #D666C3;
}
.BgClassName
{
background-color: #D666C3;
}
</style>
border-color css
<style>
span { border-color: #D666C3; }
span { border-color: rgb(214,102,195); }
td.TdClassName
{
border-color: #D666C3;
}
.TagClassName
{
border-color: #D666C3;
}
</style>