Shades of Orchid #CC6BCC
Tints of Orchid #CC6BCC
RGB
CMYK
RGB Variations
Color information
#CC6BCC (or 0xCC6BCC) is known color: Orchid. HEX triplet: CC, 6B and CC. RGB value is (204,107,204). Sum of RGB (Red+Green+Blue) = 204+107+204=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BCC is #339433. Grayscale: #929292. Windows color (decimal): -3380276 or 13396940. OLE color: 13396940.
HSL color Cylindrical-coordinate representation of color #CC6BCC: 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 #CC6BCC is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 204 | - |
| CMYK | 0 | 0.48 | 0 | 0.2 |
| HSL | 300º | 0.49% | 0.61% | - |
| HSV(B) | 300º | 0.48% | 0.8% | - |
| XYZ | 41.06 | 27.71 | 60.31 | - |
| YUV | 147.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 204 | 0 | 0.48 | 0 | 0.2 | 300 | 0.49 | 0.61 |
| Hex | CC | 6B | CC | 0 | 30 | 0 | 14 | 12C | 31 | 3D |
| Octal | 314 | 153 | 314 | 0 | 60 | 0 | 24 | 454 | 61 | 75 |
| Binary | 11001100 | 1101011 | 11001100 | 0 | 110000 | 0 | 10100 | 100101100 | 110001 | 111101 |
Color Harmonies of #CC6BCC
Complementary color
Monochromatic Colors of #CC6BCC
Black with #CC6BCC
Text Example
Text Example
White with #CC6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BCC; }
p { color: rgb(204,107,204); }
H1.HeaderClassName
{
color: #CC6BCC;
}
.AnyTagClassName
{
color: #CC6BCC;
}
</style>
background-color css
<style>
a { background-color: #CC6BCC; }
a { background-color: rgb(204,107,204); }
div.DivClassName
{
background-color: #CC6BCC;
}
.BgClassName
{
background-color: #CC6BCC;
}
</style>
border-color css
<style>
span { border-color: #CC6BCC; }
span { border-color: rgb(204,107,204); }
td.TdClassName
{
border-color: #CC6BCC;
}
.TagClassName
{
border-color: #CC6BCC;
}
</style>