Shades of Medium Orchid #CB4ADC
Tints of Medium Orchid #CB4ADC
RGB
CMYK
RGB Variations
Color information
#CB4ADC (or 0xCB4ADC) is known color: Medium Orchid. HEX triplet: CB, 4A and DC. RGB value is (203,74,220). Sum of RGB (Red+Green+Blue) = 203+74+220=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ADC is #34B523. Grayscale: #808080. Windows color (decimal): -3454244 or 14437067. OLE color: 14437067.
HSL color Cylindrical-coordinate representation of color #CB4ADC: hue angle of 293.01º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4ADC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 74 | 220 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.14 |
| HSL | 293.01º | 0.68% | 0.58% | - |
| HSV(B) | 293.01º | 0.66% | 0.86% | - |
| XYZ | 40 | 22.76 | 70 | - |
| YUV | 129.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 220 | 0.08 | 0.66 | 0 | 0.14 | 293.01 | 0.68 | 0.58 |
| Hex | CB | 4A | DC | 8 | 42 | 0 | E | 125 | 44 | 3A |
| Octal | 313 | 112 | 334 | 10 | 102 | 0 | 16 | 445 | 104 | 72 |
| Binary | 11001011 | 1001010 | 11011100 | 1000 | 1000010 | 0 | 1110 | 100100101 | 1000100 | 111010 |
Color Harmonies of #CB4ADC
Complementary color
Monochromatic Colors of #CB4ADC
Black with #CB4ADC
Text Example
Text Example
White with #CB4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ADC; }
p { color: rgb(203,74,220); }
H1.HeaderClassName
{
color: #CB4ADC;
}
.AnyTagClassName
{
color: #CB4ADC;
}
</style>
background-color css
<style>
a { background-color: #CB4ADC; }
a { background-color: rgb(203,74,220); }
div.DivClassName
{
background-color: #CB4ADC;
}
.BgClassName
{
background-color: #CB4ADC;
}
</style>
border-color css
<style>
span { border-color: #CB4ADC; }
span { border-color: rgb(203,74,220); }
td.TdClassName
{
border-color: #CB4ADC;
}
.TagClassName
{
border-color: #CB4ADC;
}
</style>