Shades of Orchid #CC7BBC
Tints of Orchid #CC7BBC
RGB
CMYK
RGB Variations
Color information
#CC7BBC (or 0xCC7BBC) is known color: Orchid. HEX triplet: CC, 7B and BC. RGB value is (204,123,188). Sum of RGB (Red+Green+Blue) = 204+123+188=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BBC is #338443. Grayscale: #9A9A9A. Windows color (decimal): -3376196 or 12352460. OLE color: 12352460.
HSL color Cylindrical-coordinate representation of color #CC7BBC: hue angle of 311.85º 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 #CC7BBC is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 123 | 188 | - |
CMYK | 0 | 0.40 | 0.08 | 0.2 |
HSL | 311.85º | 0.44% | 0.64% | - |
HSV(B) | 311.85º | 0.4% | 0.8% | - |
XYZ | 41.06 | 30.63 | 51.33 | - |
YUV | 154.63 | 146.84 | 163.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 123 | 188 | 0 | 0.40 | 0.08 | 0.2 | 311.85 | 0.44 | 0.64 |
Hex | CC | 7B | BC | 0 | 28 | 8 | 14 | 138 | 2C | 40 |
Octal | 314 | 173 | 274 | 0 | 50 | 10 | 24 | 470 | 54 | 100 |
Binary | 11001100 | 1111011 | 10111100 | 0 | 101000 | 1000 | 10100 | 100111000 | 101100 | 1000000 |
Color Harmonies of #CC7BBC
Complementary color
Monochromatic Colors of #CC7BBC
Black with #CC7BBC
Text Example
Text Example
White with #CC7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BBC; }
p { color: rgb(204,123,188); }
H1.HeaderClassName
{
color: #CC7BBC;
}
.AnyTagClassName
{
color: #CC7BBC;
}
</style>
background-color css
<style>
a { background-color: #CC7BBC; }
a { background-color: rgb(204,123,188); }
div.DivClassName
{
background-color: #CC7BBC;
}
.BgClassName
{
background-color: #CC7BBC;
}
</style>
border-color css
<style>
span { border-color: #CC7BBC; }
span { border-color: rgb(204,123,188); }
td.TdClassName
{
border-color: #CC7BBC;
}
.TagClassName
{
border-color: #CC7BBC;
}
</style>