Shades of Medium Orchid #CB3CEB
Tints of Medium Orchid #CB3CEB
RGB
CMYK
RGB Variations
Color information
#CB3CEB (or 0xCB3CEB) is known color: Medium Orchid. HEX triplet: CB, 3C and EB. RGB value is (203,60,235). Sum of RGB (Red+Green+Blue) = 203+60+235=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CEB is #34C314. Grayscale: #7A7A7A. Windows color (decimal): -3457813 or 15416523. OLE color: 15416523.
HSL color Cylindrical-coordinate representation of color #CB3CEB: hue angle of 289.03º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3CEB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 60 | 235 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.08 |
| HSL | 289.03º | 0.81% | 0.58% | - |
| HSV(B) | 289.03º | 0.74% | 0.92% | - |
| XYZ | 41.24 | 21.93 | 80.66 | - |
| YUV | 122.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 235 | 0.14 | 0.74 | 0 | 0.08 | 289.03 | 0.81 | 0.58 |
| Hex | CB | 3C | EB | E | 4A | 0 | 8 | 121 | 51 | 3A |
| Octal | 313 | 74 | 353 | 16 | 112 | 0 | 10 | 441 | 121 | 72 |
| Binary | 11001011 | 111100 | 11101011 | 1110 | 1001010 | 0 | 1000 | 100100001 | 1010001 | 111010 |
Color Harmonies of #CB3CEB
Complementary color
Monochromatic Colors of #CB3CEB
Black with #CB3CEB
Text Example
Text Example
White with #CB3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CEB; }
p { color: rgb(203,60,235); }
H1.HeaderClassName
{
color: #CB3CEB;
}
.AnyTagClassName
{
color: #CB3CEB;
}
</style>
background-color css
<style>
a { background-color: #CB3CEB; }
a { background-color: rgb(203,60,235); }
div.DivClassName
{
background-color: #CB3CEB;
}
.BgClassName
{
background-color: #CB3CEB;
}
</style>
border-color css
<style>
span { border-color: #CB3CEB; }
span { border-color: rgb(203,60,235); }
td.TdClassName
{
border-color: #CB3CEB;
}
.TagClassName
{
border-color: #CB3CEB;
}
</style>