Shades of Orchid #D668E4
Tints of Orchid #D668E4
RGB
CMYK
RGB Variations
Color information
#D668E4 (or 0xD668E4) is known color: Orchid. HEX triplet: D6, 68 and E4. RGB value is (214,104,228). Sum of RGB (Red+Green+Blue) = 214+104+228=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 228 (89.45% from 255 or 41.76% from 546); Max value from RGB is 228 - color contains mainly: blue. Hex color #D668E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668E4 is #29971B. Grayscale: #969696. Windows color (decimal): -2725660 or 14969046. OLE color: 14969046.
HSL color Cylindrical-coordinate representation of color #D668E4: hue angle of 293.23º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D668E4 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 104 | 228 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.11 |
| HSL | 293.23º | 0.7% | 0.65% | - |
| HSV(B) | 293.23º | 0.54% | 0.89% | - |
| XYZ | 46.69 | 29.8 | 76.69 | - |
| YUV | 151.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 228 | 0.06 | 0.54 | 0 | 0.11 | 293.23 | 0.7 | 0.65 |
| Hex | D6 | 68 | E4 | 6 | 36 | 0 | B | 125 | 46 | 41 |
| Octal | 326 | 150 | 344 | 6 | 66 | 0 | 13 | 445 | 106 | 101 |
| Binary | 11010110 | 1101000 | 11100100 | 110 | 110110 | 0 | 1011 | 100100101 | 1000110 | 1000001 |
Color Harmonies of #D668E4
Complementary color
Monochromatic Colors of #D668E4
Black with #D668E4
Text Example
Text Example
White with #D668E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668E4; }
p { color: rgb(214,104,228); }
H1.HeaderClassName
{
color: #D668E4;
}
.AnyTagClassName
{
color: #D668E4;
}
</style>
background-color css
<style>
a { background-color: #D668E4; }
a { background-color: rgb(214,104,228); }
div.DivClassName
{
background-color: #D668E4;
}
.BgClassName
{
background-color: #D668E4;
}
</style>
border-color css
<style>
span { border-color: #D668E4; }
span { border-color: rgb(214,104,228); }
td.TdClassName
{
border-color: #D668E4;
}
.TagClassName
{
border-color: #D668E4;
}
</style>