Shades of Medium Orchid #CB33F2
Tints of Medium Orchid #CB33F2
RGB
CMYK
RGB Variations
Color information
#CB33F2 (or 0xCB33F2) is known color: Medium Orchid. HEX triplet: CB, 33 and F2. RGB value is (203,51,242). Sum of RGB (Red+Green+Blue) = 203+51+242=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB33F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33F2 is #34CC0D. Grayscale: #757575. Windows color (decimal): -3460110 or 15872971. OLE color: 15872971.
HSL color Cylindrical-coordinate representation of color #CB33F2: hue angle of 287.75º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB33F2 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 51 | 242 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.05 |
| HSL | 287.75º | 0.88% | 0.57% | - |
| HSV(B) | 287.75º | 0.79% | 0.95% | - |
| XYZ | 41.84 | 21.47 | 85.94 | - |
| YUV | 118.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 242 | 0.16 | 0.79 | 0 | 0.05 | 287.75 | 0.88 | 0.57 |
| Hex | CB | 33 | F2 | 10 | 4F | 0 | 5 | 120 | 58 | 39 |
| Octal | 313 | 63 | 362 | 20 | 117 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001011 | 110011 | 11110010 | 10000 | 1001111 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CB33F2
Complementary color
Monochromatic Colors of #CB33F2
Black with #CB33F2
Text Example
Text Example
White with #CB33F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33F2; }
p { color: rgb(203,51,242); }
H1.HeaderClassName
{
color: #CB33F2;
}
.AnyTagClassName
{
color: #CB33F2;
}
</style>
background-color css
<style>
a { background-color: #CB33F2; }
a { background-color: rgb(203,51,242); }
div.DivClassName
{
background-color: #CB33F2;
}
.BgClassName
{
background-color: #CB33F2;
}
</style>
border-color css
<style>
span { border-color: #CB33F2; }
span { border-color: rgb(203,51,242); }
td.TdClassName
{
border-color: #CB33F2;
}
.TagClassName
{
border-color: #CB33F2;
}
</style>