Shades of Orchid #CE64CC
Tints of Orchid #CE64CC
RGB
CMYK
RGB Variations
Color information
#CE64CC (or 0xCE64CC) is known color: Orchid. HEX triplet: CE, 64 and CC. RGB value is (206,100,204). Sum of RGB (Red+Green+Blue) = 206+100+204=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64CC is #319B33. Grayscale: #8F8F8F. Windows color (decimal): -3250996 or 13395150. OLE color: 13395150.
HSL color Cylindrical-coordinate representation of color #CE64CC: hue angle of 301.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64CC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 204 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.19 |
| HSL | 301.13º | 0.52% | 0.6% | - |
| HSV(B) | 301.13º | 0.51% | 0.81% | - |
| XYZ | 40.91 | 26.6 | 60.1 | - |
| YUV | 143.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 204 | 0 | 0.51 | 0.01 | 0.19 | 301.13 | 0.52 | 0.6 |
| Hex | CE | 64 | CC | 0 | 33 | 1 | 13 | 12D | 34 | 3C |
| Octal | 316 | 144 | 314 | 0 | 63 | 1 | 23 | 455 | 64 | 74 |
| Binary | 11001110 | 1100100 | 11001100 | 0 | 110011 | 1 | 10011 | 100101101 | 110100 | 111100 |
Color Harmonies of #CE64CC
Complementary color
Monochromatic Colors of #CE64CC
Black with #CE64CC
Text Example
Text Example
White with #CE64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64CC; }
p { color: rgb(206,100,204); }
H1.HeaderClassName
{
color: #CE64CC;
}
.AnyTagClassName
{
color: #CE64CC;
}
</style>
background-color css
<style>
a { background-color: #CE64CC; }
a { background-color: rgb(206,100,204); }
div.DivClassName
{
background-color: #CE64CC;
}
.BgClassName
{
background-color: #CE64CC;
}
</style>
border-color css
<style>
span { border-color: #CE64CC; }
span { border-color: rgb(206,100,204); }
td.TdClassName
{
border-color: #CE64CC;
}
.TagClassName
{
border-color: #CE64CC;
}
</style>