Shades of Orchid #CE64E1
Tints of Orchid #CE64E1
RGB
CMYK
RGB Variations
Color information
#CE64E1 (or 0xCE64E1) is known color: Orchid. HEX triplet: CE, 64 and E1. RGB value is (206,100,225). Sum of RGB (Red+Green+Blue) = 206+100+225=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE64E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64E1 is #319B1E. Grayscale: #919191. Windows color (decimal): -3250975 or 14771406. OLE color: 14771406.
HSL color Cylindrical-coordinate representation of color #CE64E1: hue angle of 290.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE64E1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 100 | 225 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.12 |
| HSL | 290.88º | 0.68% | 0.64% | - |
| HSV(B) | 290.88º | 0.56% | 0.88% | - |
| XYZ | 43.6 | 27.67 | 74.28 | - |
| YUV | 145.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 225 | 0.08 | 0.56 | 0 | 0.12 | 290.88 | 0.68 | 0.64 |
| Hex | CE | 64 | E1 | 8 | 38 | 0 | C | 123 | 44 | 40 |
| Octal | 316 | 144 | 341 | 10 | 70 | 0 | 14 | 443 | 104 | 100 |
| Binary | 11001110 | 1100100 | 11100001 | 1000 | 111000 | 0 | 1100 | 100100011 | 1000100 | 1000000 |
Color Harmonies of #CE64E1
Complementary color
Monochromatic Colors of #CE64E1
Black with #CE64E1
Text Example
Text Example
White with #CE64E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64E1; }
p { color: rgb(206,100,225); }
H1.HeaderClassName
{
color: #CE64E1;
}
.AnyTagClassName
{
color: #CE64E1;
}
</style>
background-color css
<style>
a { background-color: #CE64E1; }
a { background-color: rgb(206,100,225); }
div.DivClassName
{
background-color: #CE64E1;
}
.BgClassName
{
background-color: #CE64E1;
}
</style>
border-color css
<style>
span { border-color: #CE64E1; }
span { border-color: rgb(206,100,225); }
td.TdClassName
{
border-color: #CE64E1;
}
.TagClassName
{
border-color: #CE64E1;
}
</style>