Shades of Medium Orchid #CB3ADC
Tints of Medium Orchid #CB3ADC
RGB
CMYK
RGB Variations
Color information
#CB3ADC (or 0xCB3ADC) is known color: Medium Orchid. HEX triplet: CB, 3A and DC. RGB value is (203,58,220). Sum of RGB (Red+Green+Blue) = 203+58+220=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ADC is #34C523. Grayscale: #777777. Windows color (decimal): -3458340 or 14432971. OLE color: 14432971.
HSL color Cylindrical-coordinate representation of color #CB3ADC: hue angle of 293.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3ADC is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 58 | 220 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.14 |
| HSL | 293.7º | 0.7% | 0.55% | - |
| HSV(B) | 293.7º | 0.74% | 0.86% | - |
| XYZ | 39.06 | 20.89 | 69.68 | - |
| YUV | 119.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 220 | 0.08 | 0.74 | 0 | 0.14 | 293.7 | 0.7 | 0.55 |
| Hex | CB | 3A | DC | 8 | 4A | 0 | E | 126 | 46 | 37 |
| Octal | 313 | 72 | 334 | 10 | 112 | 0 | 16 | 446 | 106 | 67 |
| Binary | 11001011 | 111010 | 11011100 | 1000 | 1001010 | 0 | 1110 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CB3ADC
Complementary color
Monochromatic Colors of #CB3ADC
Black with #CB3ADC
Text Example
Text Example
White with #CB3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3ADC; }
p { color: rgb(203,58,220); }
H1.HeaderClassName
{
color: #CB3ADC;
}
.AnyTagClassName
{
color: #CB3ADC;
}
</style>
background-color css
<style>
a { background-color: #CB3ADC; }
a { background-color: rgb(203,58,220); }
div.DivClassName
{
background-color: #CB3ADC;
}
.BgClassName
{
background-color: #CB3ADC;
}
</style>
border-color css
<style>
span { border-color: #CB3ADC; }
span { border-color: rgb(203,58,220); }
td.TdClassName
{
border-color: #CB3ADC;
}
.TagClassName
{
border-color: #CB3ADC;
}
</style>