Shades of Orchid #CB7ED3
Tints of Orchid #CB7ED3
RGB
CMYK
RGB Variations
Color information
#CB7ED3 (or 0xCB7ED3) is known color: Orchid. HEX triplet: CB, 7E and D3. RGB value is (203,126,211). Sum of RGB (Red+Green+Blue) = 203+126+211=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB7ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ED3 is #34812C. Grayscale: #9E9E9E. Windows color (decimal): -3440941 or 13860555. OLE color: 13860555.
HSL color Cylindrical-coordinate representation of color #CB7ED3: hue angle of 294.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7ED3 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 126 | 211 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.17 |
| HSL | 294.35º | 0.49% | 0.66% | - |
| HSV(B) | 294.35º | 0.4% | 0.83% | - |
| XYZ | 43.85 | 32.32 | 65.56 | - |
| YUV | 158.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 211 | 0.04 | 0.40 | 0 | 0.17 | 294.35 | 0.49 | 0.66 |
| Hex | CB | 7E | D3 | 4 | 28 | 0 | 11 | 126 | 31 | 42 |
| Octal | 313 | 176 | 323 | 4 | 50 | 0 | 21 | 446 | 61 | 102 |
| Binary | 11001011 | 1111110 | 11010011 | 100 | 101000 | 0 | 10001 | 100100110 | 110001 | 1000010 |
Color Harmonies of #CB7ED3
Complementary color
Monochromatic Colors of #CB7ED3
Black with #CB7ED3
Text Example
Text Example
White with #CB7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7ED3; }
p { color: rgb(203,126,211); }
H1.HeaderClassName
{
color: #CB7ED3;
}
.AnyTagClassName
{
color: #CB7ED3;
}
</style>
background-color css
<style>
a { background-color: #CB7ED3; }
a { background-color: rgb(203,126,211); }
div.DivClassName
{
background-color: #CB7ED3;
}
.BgClassName
{
background-color: #CB7ED3;
}
</style>
border-color css
<style>
span { border-color: #CB7ED3; }
span { border-color: rgb(203,126,211); }
td.TdClassName
{
border-color: #CB7ED3;
}
.TagClassName
{
border-color: #CB7ED3;
}
</style>