Shades of Medium Orchid #CB3EFB
Tints of Medium Orchid #CB3EFB
RGB
CMYK
RGB Variations
Color information
#CB3EFB (or 0xCB3EFB) is known color: Medium Orchid. HEX triplet: CB, 3E and FB. RGB value is (203,62,251). Sum of RGB (Red+Green+Blue) = 203+62+251=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EFB is #34C104. Grayscale: #7D7D7D. Windows color (decimal): -3457285 or 16465611. OLE color: 16465611.
HSL color Cylindrical-coordinate representation of color #CB3EFB: hue angle of 284.76º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3EFB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 62 | 251 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.02 |
| HSL | 284.76º | 0.96% | 0.61% | - |
| HSV(B) | 284.76º | 0.75% | 0.98% | - |
| XYZ | 43.76 | 23.11 | 93.42 | - |
| YUV | 125.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 251 | 0.19 | 0.75 | 0 | 0.02 | 284.76 | 0.96 | 0.61 |
| Hex | CB | 3E | FB | 13 | 4B | 0 | 2 | 11D | 60 | 3D |
| Octal | 313 | 76 | 373 | 23 | 113 | 0 | 2 | 435 | 140 | 75 |
| Binary | 11001011 | 111110 | 11111011 | 10011 | 1001011 | 0 | 10 | 100011101 | 1100000 | 111101 |
Color Harmonies of #CB3EFB
Complementary color
Monochromatic Colors of #CB3EFB
Black with #CB3EFB
Text Example
Text Example
White with #CB3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EFB; }
p { color: rgb(203,62,251); }
H1.HeaderClassName
{
color: #CB3EFB;
}
.AnyTagClassName
{
color: #CB3EFB;
}
</style>
background-color css
<style>
a { background-color: #CB3EFB; }
a { background-color: rgb(203,62,251); }
div.DivClassName
{
background-color: #CB3EFB;
}
.BgClassName
{
background-color: #CB3EFB;
}
</style>
border-color css
<style>
span { border-color: #CB3EFB; }
span { border-color: rgb(203,62,251); }
td.TdClassName
{
border-color: #CB3EFB;
}
.TagClassName
{
border-color: #CB3EFB;
}
</style>