Shades of Medium Orchid #CB4DDC
Tints of Medium Orchid #CB4DDC
RGB
CMYK
RGB Variations
Color information
#CB4DDC (or 0xCB4DDC) is known color: Medium Orchid. HEX triplet: CB, 4D and DC. RGB value is (203,77,220). Sum of RGB (Red+Green+Blue) = 203+77+220=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DDC is #34B223. Grayscale: #828282. Windows color (decimal): -3453476 or 14437835. OLE color: 14437835.
HSL color Cylindrical-coordinate representation of color #CB4DDC: hue angle of 292.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4DDC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 77 | 220 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.14 |
| HSL | 292.87º | 0.67% | 0.58% | - |
| HSV(B) | 292.87º | 0.65% | 0.86% | - |
| XYZ | 40.2 | 23.17 | 70.06 | - |
| YUV | 130.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 220 | 0.08 | 0.65 | 0 | 0.14 | 292.87 | 0.67 | 0.58 |
| Hex | CB | 4D | DC | 8 | 41 | 0 | E | 125 | 43 | 3A |
| Octal | 313 | 115 | 334 | 10 | 101 | 0 | 16 | 445 | 103 | 72 |
| Binary | 11001011 | 1001101 | 11011100 | 1000 | 1000001 | 0 | 1110 | 100100101 | 1000011 | 111010 |
Color Harmonies of #CB4DDC
Complementary color
Monochromatic Colors of #CB4DDC
Black with #CB4DDC
Text Example
Text Example
White with #CB4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DDC; }
p { color: rgb(203,77,220); }
H1.HeaderClassName
{
color: #CB4DDC;
}
.AnyTagClassName
{
color: #CB4DDC;
}
</style>
background-color css
<style>
a { background-color: #CB4DDC; }
a { background-color: rgb(203,77,220); }
div.DivClassName
{
background-color: #CB4DDC;
}
.BgClassName
{
background-color: #CB4DDC;
}
</style>
border-color css
<style>
span { border-color: #CB4DDC; }
span { border-color: rgb(203,77,220); }
td.TdClassName
{
border-color: #CB4DDC;
}
.TagClassName
{
border-color: #CB4DDC;
}
</style>