Shades of Medium Orchid #CB35F2
Tints of Medium Orchid #CB35F2
RGB
CMYK
RGB Variations
Color information
#CB35F2 (or 0xCB35F2) is known color: Medium Orchid. HEX triplet: CB, 35 and F2. RGB value is (203,53,242). Sum of RGB (Red+Green+Blue) = 203+53+242=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB35F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB35F2 is #34CA0D. Grayscale: #767676. Windows color (decimal): -3459598 or 15873483. OLE color: 15873483.
HSL color Cylindrical-coordinate representation of color #CB35F2: hue angle of 287.62º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB35F2 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 53 | 242 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.05 |
| HSL | 287.62º | 0.88% | 0.58% | - |
| HSV(B) | 287.62º | 0.78% | 0.95% | - |
| XYZ | 41.93 | 21.65 | 85.97 | - |
| YUV | 119.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 242 | 0.16 | 0.78 | 0 | 0.05 | 287.62 | 0.88 | 0.58 |
| Hex | CB | 35 | F2 | 10 | 4E | 0 | 5 | 120 | 58 | 3A |
| Octal | 313 | 65 | 362 | 20 | 116 | 0 | 5 | 440 | 130 | 72 |
| Binary | 11001011 | 110101 | 11110010 | 10000 | 1001110 | 0 | 101 | 100100000 | 1011000 | 111010 |
Color Harmonies of #CB35F2
Complementary color
Monochromatic Colors of #CB35F2
Black with #CB35F2
Text Example
Text Example
White with #CB35F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB35F2; }
p { color: rgb(203,53,242); }
H1.HeaderClassName
{
color: #CB35F2;
}
.AnyTagClassName
{
color: #CB35F2;
}
</style>
background-color css
<style>
a { background-color: #CB35F2; }
a { background-color: rgb(203,53,242); }
div.DivClassName
{
background-color: #CB35F2;
}
.BgClassName
{
background-color: #CB35F2;
}
</style>
border-color css
<style>
span { border-color: #CB35F2; }
span { border-color: rgb(203,53,242); }
td.TdClassName
{
border-color: #CB35F2;
}
.TagClassName
{
border-color: #CB35F2;
}
</style>