Shades of Orchid #CC6EDA
Tints of Orchid #CC6EDA
RGB
CMYK
RGB Variations
Color information
#CC6EDA (or 0xCC6EDA) is known color: Orchid. HEX triplet: CC, 6E and DA. RGB value is (204,110,218). Sum of RGB (Red+Green+Blue) = 204+110+218=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 110 (43.36% from 255 or 20.68% 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 #CC6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EDA is #339125. Grayscale: #969696. Windows color (decimal): -3379494 or 14315212. OLE color: 14315212.
HSL color Cylindrical-coordinate representation of color #CC6EDA: hue angle of 292.22º degrees, saturation: 0.59, 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 #CC6EDA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 110 | 218 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.15 |
| HSL | 292.22º | 0.59% | 0.64% | - |
| HSV(B) | 292.22º | 0.5% | 0.85% | - |
| XYZ | 43.13 | 29.05 | 69.66 | - |
| YUV | 150.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 218 | 0.06 | 0.50 | 0 | 0.15 | 292.22 | 0.59 | 0.64 |
| Hex | CC | 6E | DA | 6 | 32 | 0 | F | 124 | 3B | 40 |
| Octal | 314 | 156 | 332 | 6 | 62 | 0 | 17 | 444 | 73 | 100 |
| Binary | 11001100 | 1101110 | 11011010 | 110 | 110010 | 0 | 1111 | 100100100 | 111011 | 1000000 |
Color Harmonies of #CC6EDA
Complementary color
Monochromatic Colors of #CC6EDA
Black with #CC6EDA
Text Example
Text Example
White with #CC6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EDA; }
p { color: rgb(204,110,218); }
H1.HeaderClassName
{
color: #CC6EDA;
}
.AnyTagClassName
{
color: #CC6EDA;
}
</style>
background-color css
<style>
a { background-color: #CC6EDA; }
a { background-color: rgb(204,110,218); }
div.DivClassName
{
background-color: #CC6EDA;
}
.BgClassName
{
background-color: #CC6EDA;
}
</style>
border-color css
<style>
span { border-color: #CC6EDA; }
span { border-color: rgb(204,110,218); }
td.TdClassName
{
border-color: #CC6EDA;
}
.TagClassName
{
border-color: #CC6EDA;
}
</style>