Shades of Medium Orchid #CB33E6
Tints of Medium Orchid #CB33E6
RGB
CMYK
RGB Variations
Color information
#CB33E6 (or 0xCB33E6) is known color: Medium Orchid. HEX triplet: CB, 33 and E6. RGB value is (203,51,230). Sum of RGB (Red+Green+Blue) = 203+51+230=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB33E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33E6 is #34CC19. Grayscale: #747474. Windows color (decimal): -3460122 or 15086539. OLE color: 15086539.
HSL color Cylindrical-coordinate representation of color #CB33E6: hue angle of 290.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB33E6 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 51 | 230 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.10 |
| HSL | 290.95º | 0.78% | 0.55% | - |
| HSV(B) | 290.95º | 0.78% | 0.9% | - |
| XYZ | 40.1 | 20.78 | 76.76 | - |
| YUV | 116.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 230 | 0.12 | 0.78 | 0 | 0.10 | 290.95 | 0.78 | 0.55 |
| Hex | CB | 33 | E6 | C | 4E | 0 | A | 123 | 4E | 37 |
| Octal | 313 | 63 | 346 | 14 | 116 | 0 | 12 | 443 | 116 | 67 |
| Binary | 11001011 | 110011 | 11100110 | 1100 | 1001110 | 0 | 1010 | 100100011 | 1001110 | 110111 |
Color Harmonies of #CB33E6
Complementary color
Monochromatic Colors of #CB33E6
Black with #CB33E6
Text Example
Text Example
White with #CB33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33E6; }
p { color: rgb(203,51,230); }
H1.HeaderClassName
{
color: #CB33E6;
}
.AnyTagClassName
{
color: #CB33E6;
}
</style>
background-color css
<style>
a { background-color: #CB33E6; }
a { background-color: rgb(203,51,230); }
div.DivClassName
{
background-color: #CB33E6;
}
.BgClassName
{
background-color: #CB33E6;
}
</style>
border-color css
<style>
span { border-color: #CB33E6; }
span { border-color: rgb(203,51,230); }
td.TdClassName
{
border-color: #CB33E6;
}
.TagClassName
{
border-color: #CB33E6;
}
</style>