Shades of Medium Orchid #CB39F2
Tints of Medium Orchid #CB39F2
RGB
CMYK
RGB Variations
Color information
#CB39F2 (or 0xCB39F2) is known color: Medium Orchid. HEX triplet: CB, 39 and F2. RGB value is (203,57,242). Sum of RGB (Red+Green+Blue) = 203+57+242=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB39F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB39F2 is #34C60D. Grayscale: #797979. Windows color (decimal): -3458574 or 15874507. OLE color: 15874507.
HSL color Cylindrical-coordinate representation of color #CB39F2: hue angle of 287.35º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB39F2 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 57 | 242 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.05 |
| HSL | 287.35º | 0.88% | 0.59% | - |
| HSV(B) | 287.35º | 0.76% | 0.95% | - |
| XYZ | 42.12 | 22.03 | 86.04 | - |
| YUV | 121.74 | 195.87 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 242 | 0.16 | 0.76 | 0 | 0.05 | 287.35 | 0.88 | 0.59 |
| Hex | CB | 39 | F2 | 10 | 4C | 0 | 5 | 11F | 58 | 3B |
| Octal | 313 | 71 | 362 | 20 | 114 | 0 | 5 | 437 | 130 | 73 |
| Binary | 11001011 | 111001 | 11110010 | 10000 | 1001100 | 0 | 101 | 100011111 | 1011000 | 111011 |
Color Harmonies of #CB39F2
Complementary color
Monochromatic Colors of #CB39F2
Black with #CB39F2
Text Example
Text Example
White with #CB39F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39F2; }
p { color: rgb(203,57,242); }
H1.HeaderClassName
{
color: #CB39F2;
}
.AnyTagClassName
{
color: #CB39F2;
}
</style>
background-color css
<style>
a { background-color: #CB39F2; }
a { background-color: rgb(203,57,242); }
div.DivClassName
{
background-color: #CB39F2;
}
.BgClassName
{
background-color: #CB39F2;
}
</style>
border-color css
<style>
span { border-color: #CB39F2; }
span { border-color: rgb(203,57,242); }
td.TdClassName
{
border-color: #CB39F2;
}
.TagClassName
{
border-color: #CB39F2;
}
</style>