Shades of Orchid #CC6ACE
Tints of Orchid #CC6ACE
RGB
CMYK
RGB Variations
Color information
#CC6ACE (or 0xCC6ACE) is known color: Orchid. HEX triplet: CC, 6A and CE. RGB value is (204,106,206). Sum of RGB (Red+Green+Blue) = 204+106+206=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACE is #339531. Grayscale: #929292. Windows color (decimal): -3380530 or 13527756. OLE color: 13527756.
HSL color Cylindrical-coordinate representation of color #CC6ACE: hue angle of 298.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6ACE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 106 | 206 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.19 |
| HSL | 298.8º | 0.51% | 0.61% | - |
| HSV(B) | 298.8º | 0.49% | 0.81% | - |
| XYZ | 41.2 | 27.6 | 61.55 | - |
| YUV | 146.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 206 | 0.01 | 0.49 | 0 | 0.19 | 298.8 | 0.51 | 0.61 |
| Hex | CC | 6A | CE | 1 | 31 | 0 | 13 | 12B | 33 | 3D |
| Octal | 314 | 152 | 316 | 1 | 61 | 0 | 23 | 453 | 63 | 75 |
| Binary | 11001100 | 1101010 | 11001110 | 1 | 110001 | 0 | 10011 | 100101011 | 110011 | 111101 |
Color Harmonies of #CC6ACE
Complementary color
Monochromatic Colors of #CC6ACE
Black with #CC6ACE
Text Example
Text Example
White with #CC6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ACE; }
p { color: rgb(204,106,206); }
H1.HeaderClassName
{
color: #CC6ACE;
}
.AnyTagClassName
{
color: #CC6ACE;
}
</style>
background-color css
<style>
a { background-color: #CC6ACE; }
a { background-color: rgb(204,106,206); }
div.DivClassName
{
background-color: #CC6ACE;
}
.BgClassName
{
background-color: #CC6ACE;
}
</style>
border-color css
<style>
span { border-color: #CC6ACE; }
span { border-color: rgb(204,106,206); }
td.TdClassName
{
border-color: #CC6ACE;
}
.TagClassName
{
border-color: #CC6ACE;
}
</style>