Shades of Medium Orchid #CB32F1
Tints of Medium Orchid #CB32F1
RGB
CMYK
RGB Variations
Color information
#CB32F1 (or 0xCB32F1) is known color: Medium Orchid. HEX triplet: CB, 32 and F1. RGB value is (203,50,241). Sum of RGB (Red+Green+Blue) = 203+50+241=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB32F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32F1 is #34CD0E. Grayscale: #747474. Windows color (decimal): -3460367 or 15807179. OLE color: 15807179.
HSL color Cylindrical-coordinate representation of color #CB32F1: hue angle of 288.06º degrees, saturation: 0.87, 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 #CB32F1 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 50 | 241 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.05 |
| HSL | 288.06º | 0.87% | 0.57% | - |
| HSV(B) | 288.06º | 0.79% | 0.95% | - |
| XYZ | 41.65 | 21.33 | 85.14 | - |
| YUV | 117.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 241 | 0.16 | 0.79 | 0 | 0.05 | 288.06 | 0.87 | 0.57 |
| Hex | CB | 32 | F1 | 10 | 4F | 0 | 5 | 120 | 57 | 39 |
| Octal | 313 | 62 | 361 | 20 | 117 | 0 | 5 | 440 | 127 | 71 |
| Binary | 11001011 | 110010 | 11110001 | 10000 | 1001111 | 0 | 101 | 100100000 | 1010111 | 111001 |
Color Harmonies of #CB32F1
Complementary color
Monochromatic Colors of #CB32F1
Black with #CB32F1
Text Example
Text Example
White with #CB32F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32F1; }
p { color: rgb(203,50,241); }
H1.HeaderClassName
{
color: #CB32F1;
}
.AnyTagClassName
{
color: #CB32F1;
}
</style>
background-color css
<style>
a { background-color: #CB32F1; }
a { background-color: rgb(203,50,241); }
div.DivClassName
{
background-color: #CB32F1;
}
.BgClassName
{
background-color: #CB32F1;
}
</style>
border-color css
<style>
span { border-color: #CB32F1; }
span { border-color: rgb(203,50,241); }
td.TdClassName
{
border-color: #CB32F1;
}
.TagClassName
{
border-color: #CB32F1;
}
</style>