Shades of Medium Orchid #CB4ADE
Tints of Medium Orchid #CB4ADE
RGB
CMYK
RGB Variations
Color information
#CB4ADE (or 0xCB4ADE) is known color: Medium Orchid. HEX triplet: CB, 4A and DE. RGB value is (203,74,222). Sum of RGB (Red+Green+Blue) = 203+74+222=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ADE is #34B521. Grayscale: #808080. Windows color (decimal): -3454242 or 14568139. OLE color: 14568139.
HSL color Cylindrical-coordinate representation of color #CB4ADE: hue angle of 292.3º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4ADE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 74 | 222 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.13 |
| HSL | 292.3º | 0.69% | 0.58% | - |
| HSV(B) | 292.3º | 0.67% | 0.87% | - |
| XYZ | 40.26 | 22.87 | 71.4 | - |
| YUV | 129.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 222 | 0.09 | 0.67 | 0 | 0.13 | 292.3 | 0.69 | 0.58 |
| Hex | CB | 4A | DE | 9 | 43 | 0 | D | 124 | 45 | 3A |
| Octal | 313 | 112 | 336 | 11 | 103 | 0 | 15 | 444 | 105 | 72 |
| Binary | 11001011 | 1001010 | 11011110 | 1001 | 1000011 | 0 | 1101 | 100100100 | 1000101 | 111010 |
Color Harmonies of #CB4ADE
Complementary color
Monochromatic Colors of #CB4ADE
Black with #CB4ADE
Text Example
Text Example
White with #CB4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ADE; }
p { color: rgb(203,74,222); }
H1.HeaderClassName
{
color: #CB4ADE;
}
.AnyTagClassName
{
color: #CB4ADE;
}
</style>
background-color css
<style>
a { background-color: #CB4ADE; }
a { background-color: rgb(203,74,222); }
div.DivClassName
{
background-color: #CB4ADE;
}
.BgClassName
{
background-color: #CB4ADE;
}
</style>
border-color css
<style>
span { border-color: #CB4ADE; }
span { border-color: rgb(203,74,222); }
td.TdClassName
{
border-color: #CB4ADE;
}
.TagClassName
{
border-color: #CB4ADE;
}
</style>