Shades of Orchid #D669E8
Tints of Orchid #D669E8
RGB
CMYK
RGB Variations
Color information
#D669E8 (or 0xD669E8) is known color: Orchid. HEX triplet: D6, 69 and E8. RGB value is (214,105,232). Sum of RGB (Red+Green+Blue) = 214+105+232=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #D669E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669E8 is #299617. Grayscale: #979797. Windows color (decimal): -2725400 or 15231446. OLE color: 15231446.
HSL color Cylindrical-coordinate representation of color #D669E8: hue angle of 291.5º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D669E8 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 105 | 232 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.09 |
| HSL | 291.5º | 0.73% | 0.66% | - |
| HSV(B) | 291.5º | 0.55% | 0.91% | - |
| XYZ | 47.35 | 30.23 | 79.68 | - |
| YUV | 152.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 232 | 0.08 | 0.55 | 0 | 0.09 | 291.5 | 0.73 | 0.66 |
| Hex | D6 | 69 | E8 | 8 | 37 | 0 | 9 | 123 | 49 | 42 |
| Octal | 326 | 151 | 350 | 10 | 67 | 0 | 11 | 443 | 111 | 102 |
| Binary | 11010110 | 1101001 | 11101000 | 1000 | 110111 | 0 | 1001 | 100100011 | 1001001 | 1000010 |
Color Harmonies of #D669E8
Complementary color
Monochromatic Colors of #D669E8
Black with #D669E8
Text Example
Text Example
White with #D669E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669E8; }
p { color: rgb(214,105,232); }
H1.HeaderClassName
{
color: #D669E8;
}
.AnyTagClassName
{
color: #D669E8;
}
</style>
background-color css
<style>
a { background-color: #D669E8; }
a { background-color: rgb(214,105,232); }
div.DivClassName
{
background-color: #D669E8;
}
.BgClassName
{
background-color: #D669E8;
}
</style>
border-color css
<style>
span { border-color: #D669E8; }
span { border-color: rgb(214,105,232); }
td.TdClassName
{
border-color: #D669E8;
}
.TagClassName
{
border-color: #D669E8;
}
</style>