Shades of Orchid #CE6CD2
Tints of Orchid #CE6CD2
RGB
CMYK
RGB Variations
Color information
#CE6CD2 (or 0xCE6CD2) is known color: Orchid. HEX triplet: CE, 6C and D2. RGB value is (206,108,210). Sum of RGB (Red+Green+Blue) = 206+108+210=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CD2 is #31932D. Grayscale: #949494. Windows color (decimal): -3248942 or 13790414. OLE color: 13790414.
HSL color Cylindrical-coordinate representation of color #CE6CD2: hue angle of 297.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6CD2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 108 | 210 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.18 |
| HSL | 297.65º | 0.53% | 0.62% | - |
| HSV(B) | 297.65º | 0.49% | 0.82% | - |
| XYZ | 42.45 | 28.5 | 64.24 | - |
| YUV | 148.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 210 | 0.02 | 0.49 | 0 | 0.18 | 297.65 | 0.53 | 0.62 |
| Hex | CE | 6C | D2 | 2 | 31 | 0 | 12 | 12A | 35 | 3E |
| Octal | 316 | 154 | 322 | 2 | 61 | 0 | 22 | 452 | 65 | 76 |
| Binary | 11001110 | 1101100 | 11010010 | 10 | 110001 | 0 | 10010 | 100101010 | 110101 | 111110 |
Color Harmonies of #CE6CD2
Complementary color
Monochromatic Colors of #CE6CD2
Black with #CE6CD2
Text Example
Text Example
White with #CE6CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CD2; }
p { color: rgb(206,108,210); }
H1.HeaderClassName
{
color: #CE6CD2;
}
.AnyTagClassName
{
color: #CE6CD2;
}
</style>
background-color css
<style>
a { background-color: #CE6CD2; }
a { background-color: rgb(206,108,210); }
div.DivClassName
{
background-color: #CE6CD2;
}
.BgClassName
{
background-color: #CE6CD2;
}
</style>
border-color css
<style>
span { border-color: #CE6CD2; }
span { border-color: rgb(206,108,210); }
td.TdClassName
{
border-color: #CE6CD2;
}
.TagClassName
{
border-color: #CE6CD2;
}
</style>