Shades of Orchid #D669E3
Tints of Orchid #D669E3
RGB
CMYK
RGB Variations
Color information
#D669E3 (or 0xD669E3) is known color: Orchid. HEX triplet: D6, 69 and E3. RGB value is (214,105,227). Sum of RGB (Red+Green+Blue) = 214+105+227=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #D669E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669E3 is #29961C. Grayscale: #979797. Windows color (decimal): -2725405 or 14903766. OLE color: 14903766.
HSL color Cylindrical-coordinate representation of color #D669E3: hue angle of 293.61º degrees, saturation: 0.69, 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 #D669E3 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 105 | 227 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.11 |
| HSL | 293.61º | 0.69% | 0.65% | - |
| HSV(B) | 293.61º | 0.54% | 0.89% | - |
| XYZ | 46.65 | 29.95 | 75.99 | - |
| YUV | 151.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 227 | 0.06 | 0.54 | 0 | 0.11 | 293.61 | 0.69 | 0.65 |
| Hex | D6 | 69 | E3 | 6 | 36 | 0 | B | 126 | 45 | 41 |
| Octal | 326 | 151 | 343 | 6 | 66 | 0 | 13 | 446 | 105 | 101 |
| Binary | 11010110 | 1101001 | 11100011 | 110 | 110110 | 0 | 1011 | 100100110 | 1000101 | 1000001 |
Color Harmonies of #D669E3
Complementary color
Monochromatic Colors of #D669E3
Black with #D669E3
Text Example
Text Example
White with #D669E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669E3; }
p { color: rgb(214,105,227); }
H1.HeaderClassName
{
color: #D669E3;
}
.AnyTagClassName
{
color: #D669E3;
}
</style>
background-color css
<style>
a { background-color: #D669E3; }
a { background-color: rgb(214,105,227); }
div.DivClassName
{
background-color: #D669E3;
}
.BgClassName
{
background-color: #D669E3;
}
</style>
border-color css
<style>
span { border-color: #D669E3; }
span { border-color: rgb(214,105,227); }
td.TdClassName
{
border-color: #D669E3;
}
.TagClassName
{
border-color: #D669E3;
}
</style>