Shades of Orchid #CE74C8
Tints of Orchid #CE74C8
RGB
CMYK
RGB Variations
Color information
#CE74C8 (or 0xCE74C8) is known color: Orchid. HEX triplet: CE, 74 and C8. RGB value is (206,116,200). Sum of RGB (Red+Green+Blue) = 206+116+200=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74C8 is #318B37. Grayscale: #989898. Windows color (decimal): -3246904 or 13137102. OLE color: 13137102.
HSL color Cylindrical-coordinate representation of color #CE74C8: hue angle of 304º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74C8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 200 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.19 |
| HSL | 304º | 0.48% | 0.63% | - |
| HSV(B) | 304º | 0.44% | 0.81% | - |
| XYZ | 42.12 | 29.78 | 58.17 | - |
| YUV | 152.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 200 | 0 | 0.44 | 0.03 | 0.19 | 304 | 0.48 | 0.63 |
| Hex | CE | 74 | C8 | 0 | 2C | 3 | 13 | 130 | 30 | 3F |
| Octal | 316 | 164 | 310 | 0 | 54 | 3 | 23 | 460 | 60 | 77 |
| Binary | 11001110 | 1110100 | 11001000 | 0 | 101100 | 11 | 10011 | 100110000 | 110000 | 111111 |
Color Harmonies of #CE74C8
Complementary color
Monochromatic Colors of #CE74C8
Black with #CE74C8
Text Example
Text Example
White with #CE74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74C8; }
p { color: rgb(206,116,200); }
H1.HeaderClassName
{
color: #CE74C8;
}
.AnyTagClassName
{
color: #CE74C8;
}
</style>
background-color css
<style>
a { background-color: #CE74C8; }
a { background-color: rgb(206,116,200); }
div.DivClassName
{
background-color: #CE74C8;
}
.BgClassName
{
background-color: #CE74C8;
}
</style>
border-color css
<style>
span { border-color: #CE74C8; }
span { border-color: rgb(206,116,200); }
td.TdClassName
{
border-color: #CE74C8;
}
.TagClassName
{
border-color: #CE74C8;
}
</style>