Shades of Orchid #CE64DD
Tints of Orchid #CE64DD
RGB
CMYK
RGB Variations
Color information
#CE64DD (or 0xCE64DD) is known color: Orchid. HEX triplet: CE, 64 and DD. RGB value is (206,100,221). Sum of RGB (Red+Green+Blue) = 206+100+221=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64DD is #319B22. Grayscale: #919191. Windows color (decimal): -3250979 or 14509262. OLE color: 14509262.
HSL color Cylindrical-coordinate representation of color #CE64DD: hue angle of 292.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE64DD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 100 | 221 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.13 |
| HSL | 292.56º | 0.64% | 0.63% | - |
| HSV(B) | 292.56º | 0.55% | 0.87% | - |
| XYZ | 43.06 | 27.46 | 71.44 | - |
| YUV | 145.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 221 | 0.07 | 0.55 | 0 | 0.13 | 292.56 | 0.64 | 0.63 |
| Hex | CE | 64 | DD | 7 | 37 | 0 | D | 125 | 40 | 3F |
| Octal | 316 | 144 | 335 | 7 | 67 | 0 | 15 | 445 | 100 | 77 |
| Binary | 11001110 | 1100100 | 11011101 | 111 | 110111 | 0 | 1101 | 100100101 | 1000000 | 111111 |
Color Harmonies of #CE64DD
Complementary color
Monochromatic Colors of #CE64DD
Black with #CE64DD
Text Example
Text Example
White with #CE64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64DD; }
p { color: rgb(206,100,221); }
H1.HeaderClassName
{
color: #CE64DD;
}
.AnyTagClassName
{
color: #CE64DD;
}
</style>
background-color css
<style>
a { background-color: #CE64DD; }
a { background-color: rgb(206,100,221); }
div.DivClassName
{
background-color: #CE64DD;
}
.BgClassName
{
background-color: #CE64DD;
}
</style>
border-color css
<style>
span { border-color: #CE64DD; }
span { border-color: rgb(206,100,221); }
td.TdClassName
{
border-color: #CE64DD;
}
.TagClassName
{
border-color: #CE64DD;
}
</style>