Shades of Orchid #D66FC1
Tints of Orchid #D66FC1
RGB
CMYK
RGB Variations
Color information
#D66FC1 (or 0xD66FC1) is known color: Orchid. HEX triplet: D6, 6F and C1. RGB value is (214,111,193). Sum of RGB (Red+Green+Blue) = 214+111+193=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FC1 is #29903E. Grayscale: #969696. Windows color (decimal): -2723903 or 12677078. OLE color: 12677078.
HSL color Cylindrical-coordinate representation of color #D66FC1: hue angle of 312.23º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FC1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 193 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.16 |
| HSL | 312.23º | 0.56% | 0.64% | - |
| HSV(B) | 312.23º | 0.48% | 0.84% | - |
| XYZ | 43.04 | 29.52 | 53.88 | - |
| YUV | 151.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 193 | 0 | 0.48 | 0.10 | 0.16 | 312.23 | 0.56 | 0.64 |
| Hex | D6 | 6F | C1 | 0 | 30 | A | 10 | 138 | 38 | 40 |
| Octal | 326 | 157 | 301 | 0 | 60 | 12 | 20 | 470 | 70 | 100 |
| Binary | 11010110 | 1101111 | 11000001 | 0 | 110000 | 1010 | 10000 | 100111000 | 111000 | 1000000 |
Color Harmonies of #D66FC1
Complementary color
Monochromatic Colors of #D66FC1
Black with #D66FC1
Text Example
Text Example
White with #D66FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FC1; }
p { color: rgb(214,111,193); }
H1.HeaderClassName
{
color: #D66FC1;
}
.AnyTagClassName
{
color: #D66FC1;
}
</style>
background-color css
<style>
a { background-color: #D66FC1; }
a { background-color: rgb(214,111,193); }
div.DivClassName
{
background-color: #D66FC1;
}
.BgClassName
{
background-color: #D66FC1;
}
</style>
border-color css
<style>
span { border-color: #D66FC1; }
span { border-color: rgb(214,111,193); }
td.TdClassName
{
border-color: #D66FC1;
}
.TagClassName
{
border-color: #D66FC1;
}
</style>