Shades of Orchid #CE64D5
Tints of Orchid #CE64D5
RGB
CMYK
RGB Variations
Color information
#CE64D5 (or 0xCE64D5) is known color: Orchid. HEX triplet: CE, 64 and D5. RGB value is (206,100,213). Sum of RGB (Red+Green+Blue) = 206+100+213=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE64D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64D5 is #319B2A. Grayscale: #909090. Windows color (decimal): -3250987 or 13984974. OLE color: 13984974.
HSL color Cylindrical-coordinate representation of color #CE64D5: hue angle of 296.28º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE64D5 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 100 | 213 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.16 |
| HSL | 296.28º | 0.57% | 0.61% | - |
| HSV(B) | 296.28º | 0.53% | 0.84% | - |
| XYZ | 42.02 | 27.04 | 65.96 | - |
| YUV | 144.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 213 | 0.03 | 0.53 | 0 | 0.16 | 296.28 | 0.57 | 0.61 |
| Hex | CE | 64 | D5 | 3 | 35 | 0 | 10 | 128 | 39 | 3D |
| Octal | 316 | 144 | 325 | 3 | 65 | 0 | 20 | 450 | 71 | 75 |
| Binary | 11001110 | 1100100 | 11010101 | 11 | 110101 | 0 | 10000 | 100101000 | 111001 | 111101 |
Color Harmonies of #CE64D5
Complementary color
Monochromatic Colors of #CE64D5
Black with #CE64D5
Text Example
Text Example
White with #CE64D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64D5; }
p { color: rgb(206,100,213); }
H1.HeaderClassName
{
color: #CE64D5;
}
.AnyTagClassName
{
color: #CE64D5;
}
</style>
background-color css
<style>
a { background-color: #CE64D5; }
a { background-color: rgb(206,100,213); }
div.DivClassName
{
background-color: #CE64D5;
}
.BgClassName
{
background-color: #CE64D5;
}
</style>
border-color css
<style>
span { border-color: #CE64D5; }
span { border-color: rgb(206,100,213); }
td.TdClassName
{
border-color: #CE64D5;
}
.TagClassName
{
border-color: #CE64D5;
}
</style>