Shades of Orchid #D669E5
Tints of Orchid #D669E5
RGB
CMYK
RGB Variations
Color information
#D669E5 (or 0xD669E5) is known color: Orchid. HEX triplet: D6, 69 and E5. RGB value is (214,105,229). Sum of RGB (Red+Green+Blue) = 214+105+229=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #D669E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669E5 is #29961A. Grayscale: #979797. Windows color (decimal): -2725403 or 15034838. OLE color: 15034838.
HSL color Cylindrical-coordinate representation of color #D669E5: hue angle of 292.74º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D669E5 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 105 | 229 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.10 |
| HSL | 292.74º | 0.7% | 0.65% | - |
| HSV(B) | 292.74º | 0.54% | 0.9% | - |
| XYZ | 46.93 | 30.06 | 77.46 | - |
| YUV | 151.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 229 | 0.07 | 0.54 | 0 | 0.10 | 292.74 | 0.7 | 0.65 |
| Hex | D6 | 69 | E5 | 7 | 36 | 0 | A | 125 | 46 | 41 |
| Octal | 326 | 151 | 345 | 7 | 66 | 0 | 12 | 445 | 106 | 101 |
| Binary | 11010110 | 1101001 | 11100101 | 111 | 110110 | 0 | 1010 | 100100101 | 1000110 | 1000001 |
Color Harmonies of #D669E5
Complementary color
Monochromatic Colors of #D669E5
Black with #D669E5
Text Example
Text Example
White with #D669E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669E5; }
p { color: rgb(214,105,229); }
H1.HeaderClassName
{
color: #D669E5;
}
.AnyTagClassName
{
color: #D669E5;
}
</style>
background-color css
<style>
a { background-color: #D669E5; }
a { background-color: rgb(214,105,229); }
div.DivClassName
{
background-color: #D669E5;
}
.BgClassName
{
background-color: #D669E5;
}
</style>
border-color css
<style>
span { border-color: #D669E5; }
span { border-color: rgb(214,105,229); }
td.TdClassName
{
border-color: #D669E5;
}
.TagClassName
{
border-color: #D669E5;
}
</style>