Shades of Orchid #CE74CA
Tints of Orchid #CE74CA
RGB
CMYK
RGB Variations
Color information
#CE74CA (or 0xCE74CA) is known color: Orchid. HEX triplet: CE, 74 and CA. RGB value is (206,116,202). Sum of RGB (Red+Green+Blue) = 206+116+202=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74CA is #318B35. Grayscale: #989898. Windows color (decimal): -3246902 or 13268174. OLE color: 13268174.
HSL color Cylindrical-coordinate representation of color #CE74CA: hue angle of 302.67º 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 #CE74CA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 202 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.19 |
| HSL | 302.67º | 0.48% | 0.63% | - |
| HSV(B) | 302.67º | 0.44% | 0.81% | - |
| XYZ | 42.36 | 29.88 | 59.41 | - |
| YUV | 152.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 202 | 0 | 0.44 | 0.02 | 0.19 | 302.67 | 0.48 | 0.63 |
| Hex | CE | 74 | CA | 0 | 2C | 2 | 13 | 12F | 30 | 3F |
| Octal | 316 | 164 | 312 | 0 | 54 | 2 | 23 | 457 | 60 | 77 |
| Binary | 11001110 | 1110100 | 11001010 | 0 | 101100 | 10 | 10011 | 100101111 | 110000 | 111111 |
Color Harmonies of #CE74CA
Complementary color
Monochromatic Colors of #CE74CA
Black with #CE74CA
Text Example
Text Example
White with #CE74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74CA; }
p { color: rgb(206,116,202); }
H1.HeaderClassName
{
color: #CE74CA;
}
.AnyTagClassName
{
color: #CE74CA;
}
</style>
background-color css
<style>
a { background-color: #CE74CA; }
a { background-color: rgb(206,116,202); }
div.DivClassName
{
background-color: #CE74CA;
}
.BgClassName
{
background-color: #CE74CA;
}
</style>
border-color css
<style>
span { border-color: #CE74CA; }
span { border-color: rgb(206,116,202); }
td.TdClassName
{
border-color: #CE74CA;
}
.TagClassName
{
border-color: #CE74CA;
}
</style>