Shades of Medium Orchid #CB3EFF
Tints of Medium Orchid #CB3EFF
RGB
CMYK
RGB Variations
Color information
#CB3EFF (or 0xCB3EFF) is known color: Medium Orchid. HEX triplet: CB, 3E and FF. RGB value is (203,62,255). Sum of RGB (Red+Green+Blue) = 203+62+255=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EFF is #34C100. Grayscale: #7D7D7D. Windows color (decimal): -3457281 or 16727755. OLE color: 16727755.
HSL color Cylindrical-coordinate representation of color #CB3EFF: hue angle of 283.83º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3EFF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 62 | 255 | - |
| CMYK | 0.20 | 0.76 | 0 | 0 |
| HSL | 283.83º | 1% | 0.62% | - |
| HSV(B) | 283.83º | 0.76% | 1% | - |
| XYZ | 44.4 | 23.36 | 96.78 | - |
| YUV | 126.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 255 | 0.20 | 0.76 | 0 | 0 | 283.83 | 1 | 0.62 |
| Hex | CB | 3E | FF | 14 | 4C | 0 | 0 | 11C | 64 | 3E |
| Octal | 313 | 76 | 377 | 24 | 114 | 0 | 0 | 434 | 144 | 76 |
| Binary | 11001011 | 111110 | 11111111 | 10100 | 1001100 | 0 | 0 | 100011100 | 1100100 | 111110 |
Color Harmonies of #CB3EFF
Complementary color
Monochromatic Colors of #CB3EFF
Black with #CB3EFF
Text Example
Text Example
White with #CB3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EFF; }
p { color: rgb(203,62,255); }
H1.HeaderClassName
{
color: #CB3EFF;
}
.AnyTagClassName
{
color: #CB3EFF;
}
</style>
background-color css
<style>
a { background-color: #CB3EFF; }
a { background-color: rgb(203,62,255); }
div.DivClassName
{
background-color: #CB3EFF;
}
.BgClassName
{
background-color: #CB3EFF;
}
</style>
border-color css
<style>
span { border-color: #CB3EFF; }
span { border-color: rgb(203,62,255); }
td.TdClassName
{
border-color: #CB3EFF;
}
.TagClassName
{
border-color: #CB3EFF;
}
</style>