Shades of Orchid #CC7CCB
Tints of Orchid #CC7CCB
RGB
CMYK
RGB Variations
Color information
#CC7CCB (or 0xCC7CCB) is known color: Orchid. HEX triplet: CC, 7C and CB. RGB value is (204,124,203). Sum of RGB (Red+Green+Blue) = 204+124+203=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCB is #338334. Grayscale: #9C9C9C. Windows color (decimal): -3375925 or 13335756. OLE color: 13335756.
HSL color Cylindrical-coordinate representation of color #CC7CCB: hue angle of 300.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CCB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 203 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.2 |
| HSL | 300.75º | 0.44% | 0.64% | - |
| HSV(B) | 300.75º | 0.39% | 0.8% | - |
| XYZ | 42.89 | 31.56 | 60.33 | - |
| YUV | 156.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 203 | 0 | 0.39 | 0.00 | 0.2 | 300.75 | 0.44 | 0.64 |
| Hex | CC | 7C | CB | 0 | 27 | 0 | 14 | 12D | 2C | 40 |
| Octal | 314 | 174 | 313 | 0 | 47 | 0 | 24 | 455 | 54 | 100 |
| Binary | 11001100 | 1111100 | 11001011 | 0 | 100111 | 0 | 10100 | 100101101 | 101100 | 1000000 |
Color Harmonies of #CC7CCB
Complementary color
Monochromatic Colors of #CC7CCB
Black with #CC7CCB
Text Example
Text Example
White with #CC7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CCB; }
p { color: rgb(204,124,203); }
H1.HeaderClassName
{
color: #CC7CCB;
}
.AnyTagClassName
{
color: #CC7CCB;
}
</style>
background-color css
<style>
a { background-color: #CC7CCB; }
a { background-color: rgb(204,124,203); }
div.DivClassName
{
background-color: #CC7CCB;
}
.BgClassName
{
background-color: #CC7CCB;
}
</style>
border-color css
<style>
span { border-color: #CC7CCB; }
span { border-color: rgb(204,124,203); }
td.TdClassName
{
border-color: #CC7CCB;
}
.TagClassName
{
border-color: #CC7CCB;
}
</style>