Shades of Orchid #CB7BCC
Tints of Orchid #CB7BCC
RGB
CMYK
RGB Variations
Color information
#CB7BCC (or 0xCB7BCC) is known color: Orchid. HEX triplet: CB, 7B and CC. RGB value is (203,123,204). Sum of RGB (Red+Green+Blue) = 203+123+204=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BCC is #348433. Grayscale: #9B9B9B. Windows color (decimal): -3441716 or 13401035. OLE color: 13401035.
HSL color Cylindrical-coordinate representation of color #CB7BCC: hue angle of 299.26º 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 #CB7BCC is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 123 | 204 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.2 |
| HSL | 299.26º | 0.44% | 0.64% | - |
| HSV(B) | 299.26º | 0.4% | 0.8% | - |
| XYZ | 42.61 | 31.22 | 60.91 | - |
| YUV | 156.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 204 | 0.00 | 0.40 | 0 | 0.2 | 299.26 | 0.44 | 0.64 |
| Hex | CB | 7B | CC | 0 | 28 | 0 | 14 | 12B | 2C | 40 |
| Octal | 313 | 173 | 314 | 0 | 50 | 0 | 24 | 453 | 54 | 100 |
| Binary | 11001011 | 1111011 | 11001100 | 0 | 101000 | 0 | 10100 | 100101011 | 101100 | 1000000 |
Color Harmonies of #CB7BCC
Complementary color
Monochromatic Colors of #CB7BCC
Black with #CB7BCC
Text Example
Text Example
White with #CB7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BCC; }
p { color: rgb(203,123,204); }
H1.HeaderClassName
{
color: #CB7BCC;
}
.AnyTagClassName
{
color: #CB7BCC;
}
</style>
background-color css
<style>
a { background-color: #CB7BCC; }
a { background-color: rgb(203,123,204); }
div.DivClassName
{
background-color: #CB7BCC;
}
.BgClassName
{
background-color: #CB7BCC;
}
</style>
border-color css
<style>
span { border-color: #CB7BCC; }
span { border-color: rgb(203,123,204); }
td.TdClassName
{
border-color: #CB7BCC;
}
.TagClassName
{
border-color: #CB7BCC;
}
</style>