Shades of Orchid #D667DC
Tints of Orchid #D667DC
RGB
CMYK
RGB Variations
Color information
#D667DC (or 0xD667DC) is known color: Orchid. HEX triplet: D6, 67 and DC. RGB value is (214,103,220). Sum of RGB (Red+Green+Blue) = 214+103+220=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #D667DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667DC is #299823. Grayscale: #959595. Windows color (decimal): -2725924 or 14444502. OLE color: 14444502.
HSL color Cylindrical-coordinate representation of color #D667DC: hue angle of 296.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D667DC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 103 | 220 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.14 |
| HSL | 296.92º | 0.63% | 0.63% | - |
| HSV(B) | 296.92º | 0.53% | 0.86% | - |
| XYZ | 45.5 | 29.16 | 70.94 | - |
| YUV | 149.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 220 | 0.03 | 0.53 | 0 | 0.14 | 296.92 | 0.63 | 0.63 |
| Hex | D6 | 67 | DC | 3 | 35 | 0 | E | 129 | 3F | 3F |
| Octal | 326 | 147 | 334 | 3 | 65 | 0 | 16 | 451 | 77 | 77 |
| Binary | 11010110 | 1100111 | 11011100 | 11 | 110101 | 0 | 1110 | 100101001 | 111111 | 111111 |
Color Harmonies of #D667DC
Complementary color
Monochromatic Colors of #D667DC
Black with #D667DC
Text Example
Text Example
White with #D667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667DC; }
p { color: rgb(214,103,220); }
H1.HeaderClassName
{
color: #D667DC;
}
.AnyTagClassName
{
color: #D667DC;
}
</style>
background-color css
<style>
a { background-color: #D667DC; }
a { background-color: rgb(214,103,220); }
div.DivClassName
{
background-color: #D667DC;
}
.BgClassName
{
background-color: #D667DC;
}
</style>
border-color css
<style>
span { border-color: #D667DC; }
span { border-color: rgb(214,103,220); }
td.TdClassName
{
border-color: #D667DC;
}
.TagClassName
{
border-color: #D667DC;
}
</style>