Shades of Medium Orchid #CB41D7
Tints of Medium Orchid #CB41D7
RGB
CMYK
RGB Variations
Color information
#CB41D7 (or 0xCB41D7) is known color: Medium Orchid. HEX triplet: CB, 41 and D7. RGB value is (203,65,215). Sum of RGB (Red+Green+Blue) = 203+65+215=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB41D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41D7 is #34BE28. Grayscale: #7A7A7A. Windows color (decimal): -3456553 or 14107083. OLE color: 14107083.
HSL color Cylindrical-coordinate representation of color #CB41D7: hue angle of 295.2º 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 #CB41D7 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 65 | 215 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.16 |
| HSL | 295.2º | 0.65% | 0.55% | - |
| HSV(B) | 295.2º | 0.7% | 0.84% | - |
| XYZ | 38.78 | 21.38 | 66.37 | - |
| YUV | 123.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 215 | 0.06 | 0.70 | 0 | 0.16 | 295.2 | 0.65 | 0.55 |
| Hex | CB | 41 | D7 | 6 | 46 | 0 | 10 | 127 | 41 | 37 |
| Octal | 313 | 101 | 327 | 6 | 106 | 0 | 20 | 447 | 101 | 67 |
| Binary | 11001011 | 1000001 | 11010111 | 110 | 1000110 | 0 | 10000 | 100100111 | 1000001 | 110111 |
Color Harmonies of #CB41D7
Complementary color
Monochromatic Colors of #CB41D7
Black with #CB41D7
Text Example
Text Example
White with #CB41D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41D7; }
p { color: rgb(203,65,215); }
H1.HeaderClassName
{
color: #CB41D7;
}
.AnyTagClassName
{
color: #CB41D7;
}
</style>
background-color css
<style>
a { background-color: #CB41D7; }
a { background-color: rgb(203,65,215); }
div.DivClassName
{
background-color: #CB41D7;
}
.BgClassName
{
background-color: #CB41D7;
}
</style>
border-color css
<style>
span { border-color: #CB41D7; }
span { border-color: rgb(203,65,215); }
td.TdClassName
{
border-color: #CB41D7;
}
.TagClassName
{
border-color: #CB41D7;
}
</style>