Shades of Medium Orchid #CB32F2
Tints of Medium Orchid #CB32F2
RGB
CMYK
RGB Variations
Color information
#CB32F2 (or 0xCB32F2) is known color: Medium Orchid. HEX triplet: CB, 32 and F2. RGB value is (203,50,242). Sum of RGB (Red+Green+Blue) = 203+50+242=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32F2 is #34CD0D. Grayscale: #757575. Windows color (decimal): -3460366 or 15872715. OLE color: 15872715.
HSL color Cylindrical-coordinate representation of color #CB32F2: hue angle of 287.81º degrees, saturation: 0.88, 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 #CB32F2 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 50 | 242 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.05 |
| HSL | 287.81º | 0.88% | 0.57% | - |
| HSV(B) | 287.81º | 0.79% | 0.95% | - |
| XYZ | 41.8 | 21.39 | 85.93 | - |
| YUV | 117.64 | 198.19 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 242 | 0.16 | 0.79 | 0 | 0.05 | 287.81 | 0.88 | 0.57 |
| Hex | CB | 32 | F2 | 10 | 4F | 0 | 5 | 120 | 58 | 39 |
| Octal | 313 | 62 | 362 | 20 | 117 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001011 | 110010 | 11110010 | 10000 | 1001111 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CB32F2
Complementary color
Monochromatic Colors of #CB32F2
Black with #CB32F2
Text Example
Text Example
White with #CB32F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32F2; }
p { color: rgb(203,50,242); }
H1.HeaderClassName
{
color: #CB32F2;
}
.AnyTagClassName
{
color: #CB32F2;
}
</style>
background-color css
<style>
a { background-color: #CB32F2; }
a { background-color: rgb(203,50,242); }
div.DivClassName
{
background-color: #CB32F2;
}
.BgClassName
{
background-color: #CB32F2;
}
</style>
border-color css
<style>
span { border-color: #CB32F2; }
span { border-color: rgb(203,50,242); }
td.TdClassName
{
border-color: #CB32F2;
}
.TagClassName
{
border-color: #CB32F2;
}
</style>