Shades of Medium Orchid #CB32D6
Tints of Medium Orchid #CB32D6
RGB
CMYK
RGB Variations
Color information
#CB32D6 (or 0xCB32D6) is known color: Medium Orchid. HEX triplet: CB, 32 and D6. RGB value is (203,50,214). Sum of RGB (Red+Green+Blue) = 203+50+214=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB32D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32D6 is #34CD29. Grayscale: #717171. Windows color (decimal): -3460394 or 14037707. OLE color: 14037707.
HSL color Cylindrical-coordinate representation of color #CB32D6: hue angle of 295.98º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB32D6 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 50 | 214 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.16 |
| HSL | 295.98º | 0.67% | 0.52% | - |
| HSV(B) | 295.98º | 0.77% | 0.84% | - |
| XYZ | 37.91 | 19.83 | 65.45 | - |
| YUV | 114.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 214 | 0.05 | 0.77 | 0 | 0.16 | 295.98 | 0.67 | 0.52 |
| Hex | CB | 32 | D6 | 5 | 4D | 0 | 10 | 128 | 43 | 34 |
| Octal | 313 | 62 | 326 | 5 | 115 | 0 | 20 | 450 | 103 | 64 |
| Binary | 11001011 | 110010 | 11010110 | 101 | 1001101 | 0 | 10000 | 100101000 | 1000011 | 110100 |
Color Harmonies of #CB32D6
Complementary color
Monochromatic Colors of #CB32D6
Black with #CB32D6
Text Example
Text Example
White with #CB32D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32D6; }
p { color: rgb(203,50,214); }
H1.HeaderClassName
{
color: #CB32D6;
}
.AnyTagClassName
{
color: #CB32D6;
}
</style>
background-color css
<style>
a { background-color: #CB32D6; }
a { background-color: rgb(203,50,214); }
div.DivClassName
{
background-color: #CB32D6;
}
.BgClassName
{
background-color: #CB32D6;
}
</style>
border-color css
<style>
span { border-color: #CB32D6; }
span { border-color: rgb(203,50,214); }
td.TdClassName
{
border-color: #CB32D6;
}
.TagClassName
{
border-color: #CB32D6;
}
</style>