Shades of Orchid #CE74DA
Tints of Orchid #CE74DA
RGB
CMYK
RGB Variations
Color information
#CE74DA (or 0xCE74DA) is known color: Orchid. HEX triplet: CE, 74 and DA. RGB value is (206,116,218). Sum of RGB (Red+Green+Blue) = 206+116+218=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74DA is #318B25. Grayscale: #9A9A9A. Windows color (decimal): -3246886 or 14316750. OLE color: 14316750.
HSL color Cylindrical-coordinate representation of color #CE74DA: hue angle of 292.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE74DA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 116 | 218 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.15 |
| HSL | 292.94º | 0.58% | 0.65% | - |
| HSV(B) | 292.94º | 0.47% | 0.85% | - |
| XYZ | 44.35 | 30.67 | 69.91 | - |
| YUV | 154.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 218 | 0.06 | 0.47 | 0 | 0.15 | 292.94 | 0.58 | 0.65 |
| Hex | CE | 74 | DA | 6 | 2F | 0 | F | 125 | 3A | 41 |
| Octal | 316 | 164 | 332 | 6 | 57 | 0 | 17 | 445 | 72 | 101 |
| Binary | 11001110 | 1110100 | 11011010 | 110 | 101111 | 0 | 1111 | 100100101 | 111010 | 1000001 |
Color Harmonies of #CE74DA
Complementary color
Monochromatic Colors of #CE74DA
Black with #CE74DA
Text Example
Text Example
White with #CE74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74DA; }
p { color: rgb(206,116,218); }
H1.HeaderClassName
{
color: #CE74DA;
}
.AnyTagClassName
{
color: #CE74DA;
}
</style>
background-color css
<style>
a { background-color: #CE74DA; }
a { background-color: rgb(206,116,218); }
div.DivClassName
{
background-color: #CE74DA;
}
.BgClassName
{
background-color: #CE74DA;
}
</style>
border-color css
<style>
span { border-color: #CE74DA; }
span { border-color: rgb(206,116,218); }
td.TdClassName
{
border-color: #CE74DA;
}
.TagClassName
{
border-color: #CE74DA;
}
</style>