Shades of Medium Orchid #CB31F2
Tints of Medium Orchid #CB31F2
RGB
CMYK
RGB Variations
Color information
#CB31F2 (or 0xCB31F2) is known color: Medium Orchid. HEX triplet: CB, 31 and F2. RGB value is (203,49,242). Sum of RGB (Red+Green+Blue) = 203+49+242=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB31F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31F2 is #34CE0D. Grayscale: #747474. Windows color (decimal): -3460622 or 15872459. OLE color: 15872459.
HSL color Cylindrical-coordinate representation of color #CB31F2: hue angle of 287.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB31F2 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 49 | 242 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.05 |
| HSL | 287.88º | 0.88% | 0.57% | - |
| HSV(B) | 287.88º | 0.8% | 0.95% | - |
| XYZ | 41.75 | 21.3 | 85.92 | - |
| YUV | 117.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 242 | 0.16 | 0.80 | 0 | 0.05 | 287.88 | 0.88 | 0.57 |
| Hex | CB | 31 | F2 | 10 | 50 | 0 | 5 | 120 | 58 | 39 |
| Octal | 313 | 61 | 362 | 20 | 120 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001011 | 110001 | 11110010 | 10000 | 1010000 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CB31F2
Complementary color
Monochromatic Colors of #CB31F2
Black with #CB31F2
Text Example
Text Example
White with #CB31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31F2; }
p { color: rgb(203,49,242); }
H1.HeaderClassName
{
color: #CB31F2;
}
.AnyTagClassName
{
color: #CB31F2;
}
</style>
background-color css
<style>
a { background-color: #CB31F2; }
a { background-color: rgb(203,49,242); }
div.DivClassName
{
background-color: #CB31F2;
}
.BgClassName
{
background-color: #CB31F2;
}
</style>
border-color css
<style>
span { border-color: #CB31F2; }
span { border-color: rgb(203,49,242); }
td.TdClassName
{
border-color: #CB31F2;
}
.TagClassName
{
border-color: #CB31F2;
}
</style>