Shades of Medium Orchid #CB32E6
Tints of Medium Orchid #CB32E6
RGB
CMYK
RGB Variations
Color information
#CB32E6 (or 0xCB32E6) is known color: Medium Orchid. HEX triplet: CB, 32 and E6. RGB value is (203,50,230). Sum of RGB (Red+Green+Blue) = 203+50+230=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB32E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32E6 is #34CD19. Grayscale: #737373. Windows color (decimal): -3460378 or 15086283. OLE color: 15086283.
HSL color Cylindrical-coordinate representation of color #CB32E6: hue angle of 291º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB32E6 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 50 | 230 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.10 |
| HSL | 291º | 0.78% | 0.55% | - |
| HSV(B) | 291º | 0.78% | 0.9% | - |
| XYZ | 40.05 | 20.69 | 76.75 | - |
| YUV | 116.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 230 | 0.12 | 0.78 | 0 | 0.10 | 291 | 0.78 | 0.55 |
| Hex | CB | 32 | E6 | C | 4E | 0 | A | 123 | 4E | 37 |
| Octal | 313 | 62 | 346 | 14 | 116 | 0 | 12 | 443 | 116 | 67 |
| Binary | 11001011 | 110010 | 11100110 | 1100 | 1001110 | 0 | 1010 | 100100011 | 1001110 | 110111 |
Color Harmonies of #CB32E6
Complementary color
Monochromatic Colors of #CB32E6
Black with #CB32E6
Text Example
Text Example
White with #CB32E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32E6; }
p { color: rgb(203,50,230); }
H1.HeaderClassName
{
color: #CB32E6;
}
.AnyTagClassName
{
color: #CB32E6;
}
</style>
background-color css
<style>
a { background-color: #CB32E6; }
a { background-color: rgb(203,50,230); }
div.DivClassName
{
background-color: #CB32E6;
}
.BgClassName
{
background-color: #CB32E6;
}
</style>
border-color css
<style>
span { border-color: #CB32E6; }
span { border-color: rgb(203,50,230); }
td.TdClassName
{
border-color: #CB32E6;
}
.TagClassName
{
border-color: #CB32E6;
}
</style>