Shades of Medium Orchid #CB3CEE
Tints of Medium Orchid #CB3CEE
RGB
CMYK
RGB Variations
Color information
#CB3CEE (or 0xCB3CEE) is known color: Medium Orchid. HEX triplet: CB, 3C and EE. RGB value is (203,60,238). Sum of RGB (Red+Green+Blue) = 203+60+238=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CEE is #34C311. Grayscale: #7A7A7A. Windows color (decimal): -3457810 or 15613131. OLE color: 15613131.
HSL color Cylindrical-coordinate representation of color #CB3CEE: hue angle of 288.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3CEE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 60 | 238 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.07 |
| HSL | 288.2º | 0.84% | 0.58% | - |
| HSV(B) | 288.2º | 0.75% | 0.93% | - |
| XYZ | 41.68 | 22.1 | 82.96 | - |
| YUV | 123.05 | 192.88 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 238 | 0.15 | 0.75 | 0 | 0.07 | 288.2 | 0.84 | 0.58 |
| Hex | CB | 3C | EE | F | 4B | 0 | 7 | 120 | 54 | 3A |
| Octal | 313 | 74 | 356 | 17 | 113 | 0 | 7 | 440 | 124 | 72 |
| Binary | 11001011 | 111100 | 11101110 | 1111 | 1001011 | 0 | 111 | 100100000 | 1010100 | 111010 |
Color Harmonies of #CB3CEE
Complementary color
Monochromatic Colors of #CB3CEE
Black with #CB3CEE
Text Example
Text Example
White with #CB3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CEE; }
p { color: rgb(203,60,238); }
H1.HeaderClassName
{
color: #CB3CEE;
}
.AnyTagClassName
{
color: #CB3CEE;
}
</style>
background-color css
<style>
a { background-color: #CB3CEE; }
a { background-color: rgb(203,60,238); }
div.DivClassName
{
background-color: #CB3CEE;
}
.BgClassName
{
background-color: #CB3CEE;
}
</style>
border-color css
<style>
span { border-color: #CB3CEE; }
span { border-color: rgb(203,60,238); }
td.TdClassName
{
border-color: #CB3CEE;
}
.TagClassName
{
border-color: #CB3CEE;
}
</style>