Shades of Orchid #CE6CD3
Tints of Orchid #CE6CD3
RGB
CMYK
RGB Variations
Color information
#CE6CD3 (or 0xCE6CD3) is known color: Orchid. HEX triplet: CE, 6C and D3. RGB value is (206,108,211). Sum of RGB (Red+Green+Blue) = 206+108+211=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE6CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CD3 is #31932C. Grayscale: #949494. Windows color (decimal): -3248941 or 13855950. OLE color: 13855950.
HSL color Cylindrical-coordinate representation of color #CE6CD3: hue angle of 297.09º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6CD3 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 108 | 211 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.17 |
| HSL | 297.09º | 0.54% | 0.63% | - |
| HSV(B) | 297.09º | 0.49% | 0.83% | - |
| XYZ | 42.57 | 28.55 | 64.89 | - |
| YUV | 149.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 211 | 0.02 | 0.49 | 0 | 0.17 | 297.09 | 0.54 | 0.63 |
| Hex | CE | 6C | D3 | 2 | 31 | 0 | 11 | 129 | 36 | 3F |
| Octal | 316 | 154 | 323 | 2 | 61 | 0 | 21 | 451 | 66 | 77 |
| Binary | 11001110 | 1101100 | 11010011 | 10 | 110001 | 0 | 10001 | 100101001 | 110110 | 111111 |
Color Harmonies of #CE6CD3
Complementary color
Monochromatic Colors of #CE6CD3
Black with #CE6CD3
Text Example
Text Example
White with #CE6CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CD3; }
p { color: rgb(206,108,211); }
H1.HeaderClassName
{
color: #CE6CD3;
}
.AnyTagClassName
{
color: #CE6CD3;
}
</style>
background-color css
<style>
a { background-color: #CE6CD3; }
a { background-color: rgb(206,108,211); }
div.DivClassName
{
background-color: #CE6CD3;
}
.BgClassName
{
background-color: #CE6CD3;
}
</style>
border-color css
<style>
span { border-color: #CE6CD3; }
span { border-color: rgb(206,108,211); }
td.TdClassName
{
border-color: #CE6CD3;
}
.TagClassName
{
border-color: #CE6CD3;
}
</style>