Shades of Orchid #D668D1
Tints of Orchid #D668D1
RGB
CMYK
RGB Variations
Color information
#D668D1 (or 0xD668D1) is known color: Orchid. HEX triplet: D6, 68 and D1. RGB value is (214,104,209). Sum of RGB (Red+Green+Blue) = 214+104+209=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D668D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668D1 is #29972E. Grayscale: #949494. Windows color (decimal): -2725679 or 13723862. OLE color: 13723862.
HSL color Cylindrical-coordinate representation of color #D668D1: hue angle of 302.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668D1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 209 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.16 |
| HSL | 302.73º | 0.57% | 0.62% | - |
| HSV(B) | 302.73º | 0.51% | 0.84% | - |
| XYZ | 44.19 | 28.8 | 63.55 | - |
| YUV | 148.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 209 | 0 | 0.51 | 0.02 | 0.16 | 302.73 | 0.57 | 0.62 |
| Hex | D6 | 68 | D1 | 0 | 33 | 2 | 10 | 12F | 39 | 3E |
| Octal | 326 | 150 | 321 | 0 | 63 | 2 | 20 | 457 | 71 | 76 |
| Binary | 11010110 | 1101000 | 11010001 | 0 | 110011 | 10 | 10000 | 100101111 | 111001 | 111110 |
Color Harmonies of #D668D1
Complementary color
Monochromatic Colors of #D668D1
Black with #D668D1
Text Example
Text Example
White with #D668D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668D1; }
p { color: rgb(214,104,209); }
H1.HeaderClassName
{
color: #D668D1;
}
.AnyTagClassName
{
color: #D668D1;
}
</style>
background-color css
<style>
a { background-color: #D668D1; }
a { background-color: rgb(214,104,209); }
div.DivClassName
{
background-color: #D668D1;
}
.BgClassName
{
background-color: #D668D1;
}
</style>
border-color css
<style>
span { border-color: #D668D1; }
span { border-color: rgb(214,104,209); }
td.TdClassName
{
border-color: #D668D1;
}
.TagClassName
{
border-color: #D668D1;
}
</style>