Shades of Orchid #D666C7
Tints of Orchid #D666C7
RGB
CMYK
RGB Variations
Color information
#D666C7 (or 0xD666C7) is known color: Orchid. HEX triplet: D6, 66 and C7. RGB value is (214,102,199). Sum of RGB (Red+Green+Blue) = 214+102+199=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D666C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666C7 is #299938. Grayscale: #929292. Windows color (decimal): -2726201 or 13067990. OLE color: 13067990.
HSL color Cylindrical-coordinate representation of color #D666C7: hue angle of 308.04º 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 #D666C7 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 199 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.16 |
| HSL | 308.04º | 0.58% | 0.62% | - |
| HSV(B) | 308.04º | 0.52% | 0.84% | - |
| XYZ | 42.79 | 27.92 | 57.17 | - |
| YUV | 146.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 199 | 0 | 0.52 | 0.07 | 0.16 | 308.04 | 0.58 | 0.62 |
| Hex | D6 | 66 | C7 | 0 | 34 | 7 | 10 | 134 | 3A | 3E |
| Octal | 326 | 146 | 307 | 0 | 64 | 7 | 20 | 464 | 72 | 76 |
| Binary | 11010110 | 1100110 | 11000111 | 0 | 110100 | 111 | 10000 | 100110100 | 111010 | 111110 |
Color Harmonies of #D666C7
Complementary color
Monochromatic Colors of #D666C7
Black with #D666C7
Text Example
Text Example
White with #D666C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666C7; }
p { color: rgb(214,102,199); }
H1.HeaderClassName
{
color: #D666C7;
}
.AnyTagClassName
{
color: #D666C7;
}
</style>
background-color css
<style>
a { background-color: #D666C7; }
a { background-color: rgb(214,102,199); }
div.DivClassName
{
background-color: #D666C7;
}
.BgClassName
{
background-color: #D666C7;
}
</style>
border-color css
<style>
span { border-color: #D666C7; }
span { border-color: rgb(214,102,199); }
td.TdClassName
{
border-color: #D666C7;
}
.TagClassName
{
border-color: #D666C7;
}
</style>