Shades of Orchid #CE74D8
Tints of Orchid #CE74D8
RGB
CMYK
RGB Variations
Color information
#CE74D8 (or 0xCE74D8) is known color: Orchid. HEX triplet: CE, 74 and D8. RGB value is (206,116,216). Sum of RGB (Red+Green+Blue) = 206+116+216=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE74D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74D8 is #318B27. Grayscale: #9A9A9A. Windows color (decimal): -3246888 or 14185678. OLE color: 14185678.
HSL color Cylindrical-coordinate representation of color #CE74D8: hue angle of 294º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE74D8 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 116 | 216 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.15 |
| HSL | 294º | 0.56% | 0.65% | - |
| HSV(B) | 294º | 0.46% | 0.85% | - |
| XYZ | 44.09 | 30.57 | 68.54 | - |
| YUV | 154.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 216 | 0.05 | 0.46 | 0 | 0.15 | 294 | 0.56 | 0.65 |
| Hex | CE | 74 | D8 | 5 | 2E | 0 | F | 126 | 38 | 41 |
| Octal | 316 | 164 | 330 | 5 | 56 | 0 | 17 | 446 | 70 | 101 |
| Binary | 11001110 | 1110100 | 11011000 | 101 | 101110 | 0 | 1111 | 100100110 | 111000 | 1000001 |
Color Harmonies of #CE74D8
Complementary color
Monochromatic Colors of #CE74D8
Black with #CE74D8
Text Example
Text Example
White with #CE74D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74D8; }
p { color: rgb(206,116,216); }
H1.HeaderClassName
{
color: #CE74D8;
}
.AnyTagClassName
{
color: #CE74D8;
}
</style>
background-color css
<style>
a { background-color: #CE74D8; }
a { background-color: rgb(206,116,216); }
div.DivClassName
{
background-color: #CE74D8;
}
.BgClassName
{
background-color: #CE74D8;
}
</style>
border-color css
<style>
span { border-color: #CE74D8; }
span { border-color: rgb(206,116,216); }
td.TdClassName
{
border-color: #CE74D8;
}
.TagClassName
{
border-color: #CE74D8;
}
</style>