Shades of Orchid #CB7CCC
Tints of Orchid #CB7CCC
RGB
CMYK
RGB Variations
Color information
#CB7CCC (or 0xCB7CCC) is known color: Orchid. HEX triplet: CB, 7C and CC. RGB value is (203,124,204). Sum of RGB (Red+Green+Blue) = 203+124+204=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CCC is #348333. Grayscale: #9C9C9C. Windows color (decimal): -3441460 or 13401291. OLE color: 13401291.
HSL color Cylindrical-coordinate representation of color #CB7CCC: hue angle of 299.25º 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 #CB7CCC is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 124 | 204 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.2 |
| HSL | 299.25º | 0.44% | 0.64% | - |
| HSV(B) | 299.25º | 0.39% | 0.8% | - |
| XYZ | 42.74 | 31.47 | 60.95 | - |
| YUV | 156.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 204 | 0.00 | 0.39 | 0 | 0.2 | 299.25 | 0.44 | 0.64 |
| Hex | CB | 7C | CC | 0 | 27 | 0 | 14 | 12B | 2C | 40 |
| Octal | 313 | 174 | 314 | 0 | 47 | 0 | 24 | 453 | 54 | 100 |
| Binary | 11001011 | 1111100 | 11001100 | 0 | 100111 | 0 | 10100 | 100101011 | 101100 | 1000000 |
Color Harmonies of #CB7CCC
Complementary color
Monochromatic Colors of #CB7CCC
Black with #CB7CCC
Text Example
Text Example
White with #CB7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CCC; }
p { color: rgb(203,124,204); }
H1.HeaderClassName
{
color: #CB7CCC;
}
.AnyTagClassName
{
color: #CB7CCC;
}
</style>
background-color css
<style>
a { background-color: #CB7CCC; }
a { background-color: rgb(203,124,204); }
div.DivClassName
{
background-color: #CB7CCC;
}
.BgClassName
{
background-color: #CB7CCC;
}
</style>
border-color css
<style>
span { border-color: #CB7CCC; }
span { border-color: rgb(203,124,204); }
td.TdClassName
{
border-color: #CB7CCC;
}
.TagClassName
{
border-color: #CB7CCC;
}
</style>