Shades of Medium Orchid #CB4ADA
Tints of Medium Orchid #CB4ADA
RGB
CMYK
RGB Variations
Color information
#CB4ADA (or 0xCB4ADA) is known color: Medium Orchid. HEX triplet: CB, 4A and DA. RGB value is (203,74,218). Sum of RGB (Red+Green+Blue) = 203+74+218=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ADA is #34B525. Grayscale: #808080. Windows color (decimal): -3454246 or 14305995. OLE color: 14305995.
HSL color Cylindrical-coordinate representation of color #CB4ADA: hue angle of 293.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4ADA is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 74 | 218 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.15 |
| HSL | 293.75º | 0.66% | 0.57% | - |
| HSV(B) | 293.75º | 0.66% | 0.85% | - |
| XYZ | 39.73 | 22.66 | 68.61 | - |
| YUV | 128.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 218 | 0.07 | 0.66 | 0 | 0.15 | 293.75 | 0.66 | 0.57 |
| Hex | CB | 4A | DA | 7 | 42 | 0 | F | 126 | 42 | 39 |
| Octal | 313 | 112 | 332 | 7 | 102 | 0 | 17 | 446 | 102 | 71 |
| Binary | 11001011 | 1001010 | 11011010 | 111 | 1000010 | 0 | 1111 | 100100110 | 1000010 | 111001 |
Color Harmonies of #CB4ADA
Complementary color
Monochromatic Colors of #CB4ADA
Black with #CB4ADA
Text Example
Text Example
White with #CB4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ADA; }
p { color: rgb(203,74,218); }
H1.HeaderClassName
{
color: #CB4ADA;
}
.AnyTagClassName
{
color: #CB4ADA;
}
</style>
background-color css
<style>
a { background-color: #CB4ADA; }
a { background-color: rgb(203,74,218); }
div.DivClassName
{
background-color: #CB4ADA;
}
.BgClassName
{
background-color: #CB4ADA;
}
</style>
border-color css
<style>
span { border-color: #CB4ADA; }
span { border-color: rgb(203,74,218); }
td.TdClassName
{
border-color: #CB4ADA;
}
.TagClassName
{
border-color: #CB4ADA;
}
</style>