Shades of Orchid #CE65DC
Tints of Orchid #CE65DC
RGB
CMYK
RGB Variations
Color information
#CE65DC (or 0xCE65DC) is known color: Orchid. HEX triplet: CE, 65 and DC. RGB value is (206,101,220). Sum of RGB (Red+Green+Blue) = 206+101+220=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65DC is #319A23. Grayscale: #919191. Windows color (decimal): -3250724 or 14443982. OLE color: 14443982.
HSL color Cylindrical-coordinate representation of color #CE65DC: hue angle of 292.94º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE65DC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 101 | 220 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.14 |
| HSL | 292.94º | 0.63% | 0.63% | - |
| HSV(B) | 292.94º | 0.54% | 0.86% | - |
| XYZ | 43.03 | 27.6 | 70.77 | - |
| YUV | 145.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 220 | 0.06 | 0.54 | 0 | 0.14 | 292.94 | 0.63 | 0.63 |
| Hex | CE | 65 | DC | 6 | 36 | 0 | E | 125 | 3F | 3F |
| Octal | 316 | 145 | 334 | 6 | 66 | 0 | 16 | 445 | 77 | 77 |
| Binary | 11001110 | 1100101 | 11011100 | 110 | 110110 | 0 | 1110 | 100100101 | 111111 | 111111 |
Color Harmonies of #CE65DC
Complementary color
Monochromatic Colors of #CE65DC
Black with #CE65DC
Text Example
Text Example
White with #CE65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65DC; }
p { color: rgb(206,101,220); }
H1.HeaderClassName
{
color: #CE65DC;
}
.AnyTagClassName
{
color: #CE65DC;
}
</style>
background-color css
<style>
a { background-color: #CE65DC; }
a { background-color: rgb(206,101,220); }
div.DivClassName
{
background-color: #CE65DC;
}
.BgClassName
{
background-color: #CE65DC;
}
</style>
border-color css
<style>
span { border-color: #CE65DC; }
span { border-color: rgb(206,101,220); }
td.TdClassName
{
border-color: #CE65DC;
}
.TagClassName
{
border-color: #CE65DC;
}
</style>