Shades of Medium Orchid #CB3CDD
Tints of Medium Orchid #CB3CDD
RGB
CMYK
RGB Variations
Color information
#CB3CDD (or 0xCB3CDD) is known color: Medium Orchid. HEX triplet: CB, 3C and DD. RGB value is (203,60,221). Sum of RGB (Red+Green+Blue) = 203+60+221=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CDD is #34C322. Grayscale: #787878. Windows color (decimal): -3457827 or 14499019. OLE color: 14499019.
HSL color Cylindrical-coordinate representation of color #CB3CDD: hue angle of 293.29º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3CDD is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 60 | 221 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.13 |
| HSL | 293.29º | 0.7% | 0.55% | - |
| HSV(B) | 293.29º | 0.73% | 0.87% | - |
| XYZ | 39.3 | 21.15 | 70.42 | - |
| YUV | 121.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 221 | 0.08 | 0.73 | 0 | 0.13 | 293.29 | 0.7 | 0.55 |
| Hex | CB | 3C | DD | 8 | 49 | 0 | D | 125 | 46 | 37 |
| Octal | 313 | 74 | 335 | 10 | 111 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001011 | 111100 | 11011101 | 1000 | 1001001 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #CB3CDD
Complementary color
Monochromatic Colors of #CB3CDD
Black with #CB3CDD
Text Example
Text Example
White with #CB3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CDD; }
p { color: rgb(203,60,221); }
H1.HeaderClassName
{
color: #CB3CDD;
}
.AnyTagClassName
{
color: #CB3CDD;
}
</style>
background-color css
<style>
a { background-color: #CB3CDD; }
a { background-color: rgb(203,60,221); }
div.DivClassName
{
background-color: #CB3CDD;
}
.BgClassName
{
background-color: #CB3CDD;
}
</style>
border-color css
<style>
span { border-color: #CB3CDD; }
span { border-color: rgb(203,60,221); }
td.TdClassName
{
border-color: #CB3CDD;
}
.TagClassName
{
border-color: #CB3CDD;
}
</style>