Shades of Orchid #CC6ACC
Tints of Orchid #CC6ACC
RGB
CMYK
RGB Variations
Color information
#CC6ACC (or 0xCC6ACC) is known color: Orchid. HEX triplet: CC, 6A and CC. RGB value is (204,106,204). Sum of RGB (Red+Green+Blue) = 204+106+204=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ACC is #339533. Grayscale: #929292. Windows color (decimal): -3380532 or 13396684. OLE color: 13396684.
HSL color Cylindrical-coordinate representation of color #CC6ACC: hue angle of 300º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6ACC is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 204 | - |
| CMYK | 0 | 0.48 | 0 | 0.2 |
| HSL | 300º | 0.49% | 0.61% | - |
| HSV(B) | 300º | 0.48% | 0.8% | - |
| XYZ | 40.95 | 27.51 | 60.28 | - |
| YUV | 146.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 204 | 0 | 0.48 | 0 | 0.2 | 300 | 0.49 | 0.61 |
| Hex | CC | 6A | CC | 0 | 30 | 0 | 14 | 12C | 31 | 3D |
| Octal | 314 | 152 | 314 | 0 | 60 | 0 | 24 | 454 | 61 | 75 |
| Binary | 11001100 | 1101010 | 11001100 | 0 | 110000 | 0 | 10100 | 100101100 | 110001 | 111101 |
Color Harmonies of #CC6ACC
Complementary color
Monochromatic Colors of #CC6ACC
Black with #CC6ACC
Text Example
Text Example
White with #CC6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6ACC; }
p { color: rgb(204,106,204); }
H1.HeaderClassName
{
color: #CC6ACC;
}
.AnyTagClassName
{
color: #CC6ACC;
}
</style>
background-color css
<style>
a { background-color: #CC6ACC; }
a { background-color: rgb(204,106,204); }
div.DivClassName
{
background-color: #CC6ACC;
}
.BgClassName
{
background-color: #CC6ACC;
}
</style>
border-color css
<style>
span { border-color: #CC6ACC; }
span { border-color: rgb(204,106,204); }
td.TdClassName
{
border-color: #CC6ACC;
}
.TagClassName
{
border-color: #CC6ACC;
}
</style>