Shades of Medium Orchid #CB3DDD
Tints of Medium Orchid #CB3DDD
RGB
CMYK
RGB Variations
Color information
#CB3DDD (or 0xCB3DDD) is known color: Medium Orchid. HEX triplet: CB, 3D and DD. RGB value is (203,61,221). Sum of RGB (Red+Green+Blue) = 203+61+221=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DDD is #34C222. Grayscale: #797979. Windows color (decimal): -3457571 or 14499275. OLE color: 14499275.
HSL color Cylindrical-coordinate representation of color #CB3DDD: hue angle of 293.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3DDD is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 61 | 221 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.13 |
| HSL | 293.25º | 0.7% | 0.55% | - |
| HSV(B) | 293.25º | 0.72% | 0.87% | - |
| XYZ | 39.35 | 21.25 | 70.44 | - |
| YUV | 121.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 221 | 0.08 | 0.72 | 0 | 0.13 | 293.25 | 0.7 | 0.55 |
| Hex | CB | 3D | DD | 8 | 48 | 0 | D | 125 | 46 | 37 |
| Octal | 313 | 75 | 335 | 10 | 110 | 0 | 15 | 445 | 106 | 67 |
| Binary | 11001011 | 111101 | 11011101 | 1000 | 1001000 | 0 | 1101 | 100100101 | 1000110 | 110111 |
Color Harmonies of #CB3DDD
Complementary color
Monochromatic Colors of #CB3DDD
Black with #CB3DDD
Text Example
Text Example
White with #CB3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DDD; }
p { color: rgb(203,61,221); }
H1.HeaderClassName
{
color: #CB3DDD;
}
.AnyTagClassName
{
color: #CB3DDD;
}
</style>
background-color css
<style>
a { background-color: #CB3DDD; }
a { background-color: rgb(203,61,221); }
div.DivClassName
{
background-color: #CB3DDD;
}
.BgClassName
{
background-color: #CB3DDD;
}
</style>
border-color css
<style>
span { border-color: #CB3DDD; }
span { border-color: rgb(203,61,221); }
td.TdClassName
{
border-color: #CB3DDD;
}
.TagClassName
{
border-color: #CB3DDD;
}
</style>