Shades of Medium Orchid #CB3CDC
Tints of Medium Orchid #CB3CDC
RGB
CMYK
RGB Variations
Color information
#CB3CDC (or 0xCB3CDC) is known color: Medium Orchid. HEX triplet: CB, 3C and DC. RGB value is (203,60,220). Sum of RGB (Red+Green+Blue) = 203+60+220=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CDC is #34C323. Grayscale: #787878. Windows color (decimal): -3457828 or 14433483. OLE color: 14433483.
HSL color Cylindrical-coordinate representation of color #CB3CDC: hue angle of 293.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3CDC is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 60 | 220 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.14 |
| HSL | 293.63º | 0.7% | 0.55% | - |
| HSV(B) | 293.63º | 0.73% | 0.86% | - |
| XYZ | 39.16 | 21.1 | 69.72 | - |
| YUV | 121 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 220 | 0.08 | 0.73 | 0 | 0.14 | 293.63 | 0.7 | 0.55 |
| Hex | CB | 3C | DC | 8 | 49 | 0 | E | 126 | 46 | 37 |
| Octal | 313 | 74 | 334 | 10 | 111 | 0 | 16 | 446 | 106 | 67 |
| Binary | 11001011 | 111100 | 11011100 | 1000 | 1001001 | 0 | 1110 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CB3CDC
Complementary color
Monochromatic Colors of #CB3CDC
Black with #CB3CDC
Text Example
Text Example
White with #CB3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CDC; }
p { color: rgb(203,60,220); }
H1.HeaderClassName
{
color: #CB3CDC;
}
.AnyTagClassName
{
color: #CB3CDC;
}
</style>
background-color css
<style>
a { background-color: #CB3CDC; }
a { background-color: rgb(203,60,220); }
div.DivClassName
{
background-color: #CB3CDC;
}
.BgClassName
{
background-color: #CB3CDC;
}
</style>
border-color css
<style>
span { border-color: #CB3CDC; }
span { border-color: rgb(203,60,220); }
td.TdClassName
{
border-color: #CB3CDC;
}
.TagClassName
{
border-color: #CB3CDC;
}
</style>