Shades of Orchid #CC6CCA
Tints of Orchid #CC6CCA
RGB
CMYK
RGB Variations
Color information
#CC6CCA (or 0xCC6CCA) is known color: Orchid. HEX triplet: CC, 6C and CA. RGB value is (204,108,202). Sum of RGB (Red+Green+Blue) = 204+108+202=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CCA is #339335. Grayscale: #939393. Windows color (decimal): -3380022 or 13266124. OLE color: 13266124.
HSL color Cylindrical-coordinate representation of color #CC6CCA: hue angle of 301.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CCA is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 202 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.2 |
| HSL | 301.25º | 0.48% | 0.61% | - |
| HSV(B) | 301.25º | 0.47% | 0.8% | - |
| XYZ | 40.93 | 27.83 | 59.09 | - |
| YUV | 147.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 202 | 0 | 0.47 | 0.01 | 0.2 | 301.25 | 0.48 | 0.61 |
| Hex | CC | 6C | CA | 0 | 2F | 1 | 14 | 12D | 30 | 3D |
| Octal | 314 | 154 | 312 | 0 | 57 | 1 | 24 | 455 | 60 | 75 |
| Binary | 11001100 | 1101100 | 11001010 | 0 | 101111 | 1 | 10100 | 100101101 | 110000 | 111101 |
Color Harmonies of #CC6CCA
Complementary color
Monochromatic Colors of #CC6CCA
Black with #CC6CCA
Text Example
Text Example
White with #CC6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CCA; }
p { color: rgb(204,108,202); }
H1.HeaderClassName
{
color: #CC6CCA;
}
.AnyTagClassName
{
color: #CC6CCA;
}
</style>
background-color css
<style>
a { background-color: #CC6CCA; }
a { background-color: rgb(204,108,202); }
div.DivClassName
{
background-color: #CC6CCA;
}
.BgClassName
{
background-color: #CC6CCA;
}
</style>
border-color css
<style>
span { border-color: #CC6CCA; }
span { border-color: rgb(204,108,202); }
td.TdClassName
{
border-color: #CC6CCA;
}
.TagClassName
{
border-color: #CC6CCA;
}
</style>