Shades of Orchid #CB77E1
Tints of Orchid #CB77E1
RGB
CMYK
RGB Variations
Color information
#CB77E1 (or 0xCB77E1) is known color: Orchid. HEX triplet: CB, 77 and E1. RGB value is (203,119,225). Sum of RGB (Red+Green+Blue) = 203+119+225=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77E1 is #34881E. Grayscale: #9B9B9B. Windows color (decimal): -3442719 or 14776267. OLE color: 14776267.
HSL color Cylindrical-coordinate representation of color #CB77E1: hue angle of 287.55º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB77E1 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 119 | 225 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.12 |
| HSL | 287.55º | 0.64% | 0.67% | - |
| HSV(B) | 287.55º | 0.47% | 0.88% | - |
| XYZ | 44.82 | 31.33 | 74.92 | - |
| YUV | 156.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 225 | 0.10 | 0.47 | 0 | 0.12 | 287.55 | 0.64 | 0.67 |
| Hex | CB | 77 | E1 | A | 2F | 0 | C | 120 | 40 | 43 |
| Octal | 313 | 167 | 341 | 12 | 57 | 0 | 14 | 440 | 100 | 103 |
| Binary | 11001011 | 1110111 | 11100001 | 1010 | 101111 | 0 | 1100 | 100100000 | 1000000 | 1000011 |
Color Harmonies of #CB77E1
Complementary color
Monochromatic Colors of #CB77E1
Black with #CB77E1
Text Example
Text Example
White with #CB77E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77E1; }
p { color: rgb(203,119,225); }
H1.HeaderClassName
{
color: #CB77E1;
}
.AnyTagClassName
{
color: #CB77E1;
}
</style>
background-color css
<style>
a { background-color: #CB77E1; }
a { background-color: rgb(203,119,225); }
div.DivClassName
{
background-color: #CB77E1;
}
.BgClassName
{
background-color: #CB77E1;
}
</style>
border-color css
<style>
span { border-color: #CB77E1; }
span { border-color: rgb(203,119,225); }
td.TdClassName
{
border-color: #CB77E1;
}
.TagClassName
{
border-color: #CB77E1;
}
</style>