Shades of Medium Orchid #CB39FB
Tints of Medium Orchid #CB39FB
RGB
CMYK
RGB Variations
Color information
#CB39FB (or 0xCB39FB) is known color: Medium Orchid. HEX triplet: CB, 39 and FB. RGB value is (203,57,251). Sum of RGB (Red+Green+Blue) = 203+57+251=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB39FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB39FB is #34C604. Grayscale: #7A7A7A. Windows color (decimal): -3458565 or 16464331. OLE color: 16464331.
HSL color Cylindrical-coordinate representation of color #CB39FB: hue angle of 285.15º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB39FB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 57 | 251 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.02 |
| HSL | 285.15º | 0.96% | 0.6% | - |
| HSV(B) | 285.15º | 0.77% | 0.98% | - |
| XYZ | 43.5 | 22.59 | 93.33 | - |
| YUV | 122.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 251 | 0.19 | 0.77 | 0 | 0.02 | 285.15 | 0.96 | 0.6 |
| Hex | CB | 39 | FB | 13 | 4D | 0 | 2 | 11D | 60 | 3C |
| Octal | 313 | 71 | 373 | 23 | 115 | 0 | 2 | 435 | 140 | 74 |
| Binary | 11001011 | 111001 | 11111011 | 10011 | 1001101 | 0 | 10 | 100011101 | 1100000 | 111100 |
Color Harmonies of #CB39FB
Complementary color
Monochromatic Colors of #CB39FB
Black with #CB39FB
Text Example
Text Example
White with #CB39FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39FB; }
p { color: rgb(203,57,251); }
H1.HeaderClassName
{
color: #CB39FB;
}
.AnyTagClassName
{
color: #CB39FB;
}
</style>
background-color css
<style>
a { background-color: #CB39FB; }
a { background-color: rgb(203,57,251); }
div.DivClassName
{
background-color: #CB39FB;
}
.BgClassName
{
background-color: #CB39FB;
}
</style>
border-color css
<style>
span { border-color: #CB39FB; }
span { border-color: rgb(203,57,251); }
td.TdClassName
{
border-color: #CB39FB;
}
.TagClassName
{
border-color: #CB39FB;
}
</style>