Shades of Orchid #CE65DD
Tints of Orchid #CE65DD
RGB
CMYK
RGB Variations
Color information
#CE65DD (or 0xCE65DD) is known color: Orchid. HEX triplet: CE, 65 and DD. RGB value is (206,101,221). Sum of RGB (Red+Green+Blue) = 206+101+221=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65DD is #319A22. Grayscale: #919191. Windows color (decimal): -3250723 or 14509518. OLE color: 14509518.
HSL color Cylindrical-coordinate representation of color #CE65DD: hue angle of 292.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE65DD is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 101 | 221 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.13 |
| HSL | 292.5º | 0.64% | 0.63% | - |
| HSV(B) | 292.5º | 0.54% | 0.87% | - |
| XYZ | 43.16 | 27.65 | 71.47 | - |
| YUV | 146.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 221 | 0.07 | 0.54 | 0 | 0.13 | 292.5 | 0.64 | 0.63 |
| Hex | CE | 65 | DD | 7 | 36 | 0 | D | 124 | 40 | 3F |
| Octal | 316 | 145 | 335 | 7 | 66 | 0 | 15 | 444 | 100 | 77 |
| Binary | 11001110 | 1100101 | 11011101 | 111 | 110110 | 0 | 1101 | 100100100 | 1000000 | 111111 |
Color Harmonies of #CE65DD
Complementary color
Monochromatic Colors of #CE65DD
Black with #CE65DD
Text Example
Text Example
White with #CE65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65DD; }
p { color: rgb(206,101,221); }
H1.HeaderClassName
{
color: #CE65DD;
}
.AnyTagClassName
{
color: #CE65DD;
}
</style>
background-color css
<style>
a { background-color: #CE65DD; }
a { background-color: rgb(206,101,221); }
div.DivClassName
{
background-color: #CE65DD;
}
.BgClassName
{
background-color: #CE65DD;
}
</style>
border-color css
<style>
span { border-color: #CE65DD; }
span { border-color: rgb(206,101,221); }
td.TdClassName
{
border-color: #CE65DD;
}
.TagClassName
{
border-color: #CE65DD;
}
</style>