Shades of Orchid #CE74D1
Tints of Orchid #CE74D1
RGB
CMYK
RGB Variations
Color information
#CE74D1 (or 0xCE74D1) is known color: Orchid. HEX triplet: CE, 74 and D1. RGB value is (206,116,209). Sum of RGB (Red+Green+Blue) = 206+116+209=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74D1 is #318B2E. Grayscale: #999999. Windows color (decimal): -3246895 or 13726926. OLE color: 13726926.
HSL color Cylindrical-coordinate representation of color #CE74D1: hue angle of 298.06º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 116 | 209 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.18 |
| HSL | 298.06º | 0.5% | 0.64% | - |
| HSV(B) | 298.06º | 0.44% | 0.82% | - |
| XYZ | 43.21 | 30.22 | 63.88 | - |
| YUV | 153.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 209 | 0.01 | 0.44 | 0 | 0.18 | 298.06 | 0.5 | 0.64 |
| Hex | CE | 74 | D1 | 1 | 2C | 0 | 12 | 12A | 32 | 40 |
| Octal | 316 | 164 | 321 | 1 | 54 | 0 | 22 | 452 | 62 | 100 |
| Binary | 11001110 | 1110100 | 11010001 | 1 | 101100 | 0 | 10010 | 100101010 | 110010 | 1000000 |
Color Harmonies of #CE74D1
Complementary color
Monochromatic Colors of #CE74D1
Black with #CE74D1
Text Example
Text Example
White with #CE74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74D1; }
p { color: rgb(206,116,209); }
H1.HeaderClassName
{
color: #CE74D1;
}
.AnyTagClassName
{
color: #CE74D1;
}
</style>
background-color css
<style>
a { background-color: #CE74D1; }
a { background-color: rgb(206,116,209); }
div.DivClassName
{
background-color: #CE74D1;
}
.BgClassName
{
background-color: #CE74D1;
}
</style>
border-color css
<style>
span { border-color: #CE74D1; }
span { border-color: rgb(206,116,209); }
td.TdClassName
{
border-color: #CE74D1;
}
.TagClassName
{
border-color: #CE74D1;
}
</style>