Shades of Orchid #CC7BC3
Tints of Orchid #CC7BC3
RGB
CMYK
RGB Variations
Color information
#CC7BC3 (or 0xCC7BC3) is known color: Orchid. HEX triplet: CC, 7B and C3. RGB value is (204,123,195). Sum of RGB (Red+Green+Blue) = 204+123+195=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC3 is #33843C. Grayscale: #9B9B9B. Windows color (decimal): -3376189 or 12811212. OLE color: 12811212.
HSL color Cylindrical-coordinate representation of color #CC7BC3: hue angle of 306.67º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BC3 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 195 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.2 |
| HSL | 306.67º | 0.44% | 0.64% | - |
| HSV(B) | 306.67º | 0.4% | 0.8% | - |
| XYZ | 41.84 | 30.94 | 55.4 | - |
| YUV | 155.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 195 | 0 | 0.40 | 0.04 | 0.2 | 306.67 | 0.44 | 0.64 |
| Hex | CC | 7B | C3 | 0 | 28 | 4 | 14 | 133 | 2C | 40 |
| Octal | 314 | 173 | 303 | 0 | 50 | 4 | 24 | 463 | 54 | 100 |
| Binary | 11001100 | 1111011 | 11000011 | 0 | 101000 | 100 | 10100 | 100110011 | 101100 | 1000000 |
Color Harmonies of #CC7BC3
Complementary color
Monochromatic Colors of #CC7BC3
Black with #CC7BC3
Text Example
Text Example
White with #CC7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BC3; }
p { color: rgb(204,123,195); }
H1.HeaderClassName
{
color: #CC7BC3;
}
.AnyTagClassName
{
color: #CC7BC3;
}
</style>
background-color css
<style>
a { background-color: #CC7BC3; }
a { background-color: rgb(204,123,195); }
div.DivClassName
{
background-color: #CC7BC3;
}
.BgClassName
{
background-color: #CC7BC3;
}
</style>
border-color css
<style>
span { border-color: #CC7BC3; }
span { border-color: rgb(204,123,195); }
td.TdClassName
{
border-color: #CC7BC3;
}
.TagClassName
{
border-color: #CC7BC3;
}
</style>