Shades of Orchid #CC7BCA
Tints of Orchid #CC7BCA
RGB
CMYK
RGB Variations
Color information
#CC7BCA (or 0xCC7BCA) is known color: Orchid. HEX triplet: CC, 7B and CA. RGB value is (204,123,202). Sum of RGB (Red+Green+Blue) = 204+123+202=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BCA is #338435. Grayscale: #9B9B9B. Windows color (decimal): -3376182 or 13269964. OLE color: 13269964.
HSL color Cylindrical-coordinate representation of color #CC7BCA: hue angle of 301.48º 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 #CC7BCA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 202 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.2 |
| HSL | 301.48º | 0.44% | 0.64% | - |
| HSV(B) | 301.48º | 0.4% | 0.8% | - |
| XYZ | 42.65 | 31.27 | 59.66 | - |
| YUV | 156.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 202 | 0 | 0.40 | 0.01 | 0.2 | 301.48 | 0.44 | 0.64 |
| Hex | CC | 7B | CA | 0 | 28 | 1 | 14 | 12D | 2C | 40 |
| Octal | 314 | 173 | 312 | 0 | 50 | 1 | 24 | 455 | 54 | 100 |
| Binary | 11001100 | 1111011 | 11001010 | 0 | 101000 | 1 | 10100 | 100101101 | 101100 | 1000000 |
Color Harmonies of #CC7BCA
Complementary color
Monochromatic Colors of #CC7BCA
Black with #CC7BCA
Text Example
Text Example
White with #CC7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BCA; }
p { color: rgb(204,123,202); }
H1.HeaderClassName
{
color: #CC7BCA;
}
.AnyTagClassName
{
color: #CC7BCA;
}
</style>
background-color css
<style>
a { background-color: #CC7BCA; }
a { background-color: rgb(204,123,202); }
div.DivClassName
{
background-color: #CC7BCA;
}
.BgClassName
{
background-color: #CC7BCA;
}
</style>
border-color css
<style>
span { border-color: #CC7BCA; }
span { border-color: rgb(204,123,202); }
td.TdClassName
{
border-color: #CC7BCA;
}
.TagClassName
{
border-color: #CC7BCA;
}
</style>