Shades of Orchid #CE6CDA
Tints of Orchid #CE6CDA
RGB
CMYK
RGB Variations
Color information
#CE6CDA (or 0xCE6CDA) is known color: Orchid. HEX triplet: CE, 6C and DA. RGB value is (206,108,218). Sum of RGB (Red+Green+Blue) = 206+108+218=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CDA is #319325. Grayscale: #959595. Windows color (decimal): -3248934 or 14314702. OLE color: 14314702.
HSL color Cylindrical-coordinate representation of color #CE6CDA: hue angle of 293.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6CDA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 108 | 218 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.15 |
| HSL | 293.45º | 0.6% | 0.64% | - |
| HSV(B) | 293.45º | 0.5% | 0.85% | - |
| XYZ | 43.47 | 28.91 | 69.62 | - |
| YUV | 149.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 218 | 0.06 | 0.50 | 0 | 0.15 | 293.45 | 0.6 | 0.64 |
| Hex | CE | 6C | DA | 6 | 32 | 0 | F | 125 | 3C | 40 |
| Octal | 316 | 154 | 332 | 6 | 62 | 0 | 17 | 445 | 74 | 100 |
| Binary | 11001110 | 1101100 | 11011010 | 110 | 110010 | 0 | 1111 | 100100101 | 111100 | 1000000 |
Color Harmonies of #CE6CDA
Complementary color
Monochromatic Colors of #CE6CDA
Black with #CE6CDA
Text Example
Text Example
White with #CE6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CDA; }
p { color: rgb(206,108,218); }
H1.HeaderClassName
{
color: #CE6CDA;
}
.AnyTagClassName
{
color: #CE6CDA;
}
</style>
background-color css
<style>
a { background-color: #CE6CDA; }
a { background-color: rgb(206,108,218); }
div.DivClassName
{
background-color: #CE6CDA;
}
.BgClassName
{
background-color: #CE6CDA;
}
</style>
border-color css
<style>
span { border-color: #CE6CDA; }
span { border-color: rgb(206,108,218); }
td.TdClassName
{
border-color: #CE6CDA;
}
.TagClassName
{
border-color: #CE6CDA;
}
</style>