Shades of Medium Orchid #CB41D6
Tints of Medium Orchid #CB41D6
RGB
CMYK
RGB Variations
Color information
#CB41D6 (or 0xCB41D6) is known color: Medium Orchid. HEX triplet: CB, 41 and D6. RGB value is (203,65,214). Sum of RGB (Red+Green+Blue) = 203+65+214=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB41D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41D6 is #34BE29. Grayscale: #7A7A7A. Windows color (decimal): -3456554 or 14041547. OLE color: 14041547.
HSL color Cylindrical-coordinate representation of color #CB41D6: hue angle of 295.57º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB41D6 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 65 | 214 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.16 |
| HSL | 295.57º | 0.65% | 0.55% | - |
| HSV(B) | 295.57º | 0.7% | 0.84% | - |
| XYZ | 38.66 | 21.33 | 65.7 | - |
| YUV | 123.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 214 | 0.05 | 0.70 | 0 | 0.16 | 295.57 | 0.65 | 0.55 |
| Hex | CB | 41 | D6 | 5 | 46 | 0 | 10 | 128 | 41 | 37 |
| Octal | 313 | 101 | 326 | 5 | 106 | 0 | 20 | 450 | 101 | 67 |
| Binary | 11001011 | 1000001 | 11010110 | 101 | 1000110 | 0 | 10000 | 100101000 | 1000001 | 110111 |
Color Harmonies of #CB41D6
Complementary color
Monochromatic Colors of #CB41D6
Black with #CB41D6
Text Example
Text Example
White with #CB41D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41D6; }
p { color: rgb(203,65,214); }
H1.HeaderClassName
{
color: #CB41D6;
}
.AnyTagClassName
{
color: #CB41D6;
}
</style>
background-color css
<style>
a { background-color: #CB41D6; }
a { background-color: rgb(203,65,214); }
div.DivClassName
{
background-color: #CB41D6;
}
.BgClassName
{
background-color: #CB41D6;
}
</style>
border-color css
<style>
span { border-color: #CB41D6; }
span { border-color: rgb(203,65,214); }
td.TdClassName
{
border-color: #CB41D6;
}
.TagClassName
{
border-color: #CB41D6;
}
</style>