Shades of Medium Orchid #CB3CEF
Tints of Medium Orchid #CB3CEF
RGB
CMYK
RGB Variations
Color information
#CB3CEF (or 0xCB3CEF) is known color: Medium Orchid. HEX triplet: CB, 3C and EF. RGB value is (203,60,239). Sum of RGB (Red+Green+Blue) = 203+60+239=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CEF is #34C310. Grayscale: #7A7A7A. Windows color (decimal): -3457809 or 15678667. OLE color: 15678667.
HSL color Cylindrical-coordinate representation of color #CB3CEF: hue angle of 287.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3CEF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 60 | 239 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 287.93º | 0.85% | 0.59% | - |
| HSV(B) | 287.93º | 0.75% | 0.94% | - |
| XYZ | 41.82 | 22.16 | 83.73 | - |
| YUV | 123.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 239 | 0.15 | 0.75 | 0 | 0.06 | 287.93 | 0.85 | 0.59 |
| Hex | CB | 3C | EF | F | 4B | 0 | 6 | 120 | 55 | 3B |
| Octal | 313 | 74 | 357 | 17 | 113 | 0 | 6 | 440 | 125 | 73 |
| Binary | 11001011 | 111100 | 11101111 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010101 | 111011 |
Color Harmonies of #CB3CEF
Complementary color
Monochromatic Colors of #CB3CEF
Black with #CB3CEF
Text Example
Text Example
White with #CB3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CEF; }
p { color: rgb(203,60,239); }
H1.HeaderClassName
{
color: #CB3CEF;
}
.AnyTagClassName
{
color: #CB3CEF;
}
</style>
background-color css
<style>
a { background-color: #CB3CEF; }
a { background-color: rgb(203,60,239); }
div.DivClassName
{
background-color: #CB3CEF;
}
.BgClassName
{
background-color: #CB3CEF;
}
</style>
border-color css
<style>
span { border-color: #CB3CEF; }
span { border-color: rgb(203,60,239); }
td.TdClassName
{
border-color: #CB3CEF;
}
.TagClassName
{
border-color: #CB3CEF;
}
</style>