Shades of Orchid #D668DC
Tints of Orchid #D668DC
RGB
CMYK
RGB Variations
Color information
#D668DC (or 0xD668DC) is known color: Orchid. HEX triplet: D6, 68 and DC. RGB value is (214,104,220). Sum of RGB (Red+Green+Blue) = 214+104+220=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D668DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668DC is #299723. Grayscale: #959595. Windows color (decimal): -2725668 or 14444758. OLE color: 14444758.
HSL color Cylindrical-coordinate representation of color #D668DC: hue angle of 296.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D668DC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 104 | 220 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.14 |
| HSL | 296.9º | 0.62% | 0.64% | - |
| HSV(B) | 296.9º | 0.53% | 0.86% | - |
| XYZ | 45.6 | 29.36 | 70.97 | - |
| YUV | 150.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 220 | 0.03 | 0.53 | 0 | 0.14 | 296.9 | 0.62 | 0.64 |
| Hex | D6 | 68 | DC | 3 | 35 | 0 | E | 129 | 3E | 40 |
| Octal | 326 | 150 | 334 | 3 | 65 | 0 | 16 | 451 | 76 | 100 |
| Binary | 11010110 | 1101000 | 11011100 | 11 | 110101 | 0 | 1110 | 100101001 | 111110 | 1000000 |
Color Harmonies of #D668DC
Complementary color
Monochromatic Colors of #D668DC
Black with #D668DC
Text Example
Text Example
White with #D668DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668DC; }
p { color: rgb(214,104,220); }
H1.HeaderClassName
{
color: #D668DC;
}
.AnyTagClassName
{
color: #D668DC;
}
</style>
background-color css
<style>
a { background-color: #D668DC; }
a { background-color: rgb(214,104,220); }
div.DivClassName
{
background-color: #D668DC;
}
.BgClassName
{
background-color: #D668DC;
}
</style>
border-color css
<style>
span { border-color: #D668DC; }
span { border-color: rgb(214,104,220); }
td.TdClassName
{
border-color: #D668DC;
}
.TagClassName
{
border-color: #D668DC;
}
</style>