Shades of Medium Orchid #CB3AD7
Tints of Medium Orchid #CB3AD7
RGB
CMYK
RGB Variations
Color information
#CB3AD7 (or 0xCB3AD7) is known color: Medium Orchid. HEX triplet: CB, 3A and D7. RGB value is (203,58,215). Sum of RGB (Red+Green+Blue) = 203+58+215=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB3AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AD7 is #34C528. Grayscale: #767676. Windows color (decimal): -3458345 or 14105291. OLE color: 14105291.
HSL color Cylindrical-coordinate representation of color #CB3AD7: hue angle of 295.41º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3AD7 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 58 | 215 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.16 |
| HSL | 295.41º | 0.66% | 0.54% | - |
| HSV(B) | 295.41º | 0.73% | 0.84% | - |
| XYZ | 38.41 | 20.63 | 66.25 | - |
| YUV | 119.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 215 | 0.06 | 0.73 | 0 | 0.16 | 295.41 | 0.66 | 0.54 |
| Hex | CB | 3A | D7 | 6 | 49 | 0 | 10 | 127 | 42 | 36 |
| Octal | 313 | 72 | 327 | 6 | 111 | 0 | 20 | 447 | 102 | 66 |
| Binary | 11001011 | 111010 | 11010111 | 110 | 1001001 | 0 | 10000 | 100100111 | 1000010 | 110110 |
Color Harmonies of #CB3AD7
Complementary color
Monochromatic Colors of #CB3AD7
Black with #CB3AD7
Text Example
Text Example
White with #CB3AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AD7; }
p { color: rgb(203,58,215); }
H1.HeaderClassName
{
color: #CB3AD7;
}
.AnyTagClassName
{
color: #CB3AD7;
}
</style>
background-color css
<style>
a { background-color: #CB3AD7; }
a { background-color: rgb(203,58,215); }
div.DivClassName
{
background-color: #CB3AD7;
}
.BgClassName
{
background-color: #CB3AD7;
}
</style>
border-color css
<style>
span { border-color: #CB3AD7; }
span { border-color: rgb(203,58,215); }
td.TdClassName
{
border-color: #CB3AD7;
}
.TagClassName
{
border-color: #CB3AD7;
}
</style>