Shades of Orchid #CC6BCB
Tints of Orchid #CC6BCB
RGB
CMYK
RGB Variations
Color information
#CC6BCB (or 0xCC6BCB) is known color: Orchid. HEX triplet: CC, 6B and CB. RGB value is (204,107,203). Sum of RGB (Red+Green+Blue) = 204+107+203=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BCB is #339434. Grayscale: #929292. Windows color (decimal): -3380277 or 13331404. OLE color: 13331404.
HSL color Cylindrical-coordinate representation of color #CC6BCB: hue angle of 300.62º 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 #CC6BCB is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 203 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.2 |
| HSL | 300.62º | 0.49% | 0.61% | - |
| HSV(B) | 300.62º | 0.48% | 0.8% | - |
| XYZ | 40.94 | 27.66 | 59.68 | - |
| YUV | 146.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 203 | 0 | 0.48 | 0.00 | 0.2 | 300.62 | 0.49 | 0.61 |
| Hex | CC | 6B | CB | 0 | 30 | 0 | 14 | 12D | 31 | 3D |
| Octal | 314 | 153 | 313 | 0 | 60 | 0 | 24 | 455 | 61 | 75 |
| Binary | 11001100 | 1101011 | 11001011 | 0 | 110000 | 0 | 10100 | 100101101 | 110001 | 111101 |
Color Harmonies of #CC6BCB
Complementary color
Monochromatic Colors of #CC6BCB
Black with #CC6BCB
Text Example
Text Example
White with #CC6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BCB; }
p { color: rgb(204,107,203); }
H1.HeaderClassName
{
color: #CC6BCB;
}
.AnyTagClassName
{
color: #CC6BCB;
}
</style>
background-color css
<style>
a { background-color: #CC6BCB; }
a { background-color: rgb(204,107,203); }
div.DivClassName
{
background-color: #CC6BCB;
}
.BgClassName
{
background-color: #CC6BCB;
}
</style>
border-color css
<style>
span { border-color: #CC6BCB; }
span { border-color: rgb(204,107,203); }
td.TdClassName
{
border-color: #CC6BCB;
}
.TagClassName
{
border-color: #CC6BCB;
}
</style>