Shades of Medium Orchid #CB2DD5
Tints of Medium Orchid #CB2DD5
RGB
CMYK
RGB Variations
Color information
#CB2DD5 (or 0xCB2DD5) is known color: Medium Orchid. HEX triplet: CB, 2D and D5. RGB value is (203,45,213). Sum of RGB (Red+Green+Blue) = 203+45+213=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DD5 is #34D22A. Grayscale: #6E6E6E. Windows color (decimal): -3461675 or 13970891. OLE color: 13970891.
HSL color Cylindrical-coordinate representation of color #CB2DD5: hue angle of 296.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2DD5 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 45 | 213 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.16 |
| HSL | 296.43º | 0.67% | 0.51% | - |
| HSV(B) | 296.43º | 0.79% | 0.84% | - |
| XYZ | 37.58 | 19.38 | 64.71 | - |
| YUV | 111.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 213 | 0.05 | 0.79 | 0 | 0.16 | 296.43 | 0.67 | 0.51 |
| Hex | CB | 2D | D5 | 5 | 4F | 0 | 10 | 128 | 43 | 33 |
| Octal | 313 | 55 | 325 | 5 | 117 | 0 | 20 | 450 | 103 | 63 |
| Binary | 11001011 | 101101 | 11010101 | 101 | 1001111 | 0 | 10000 | 100101000 | 1000011 | 110011 |
Color Harmonies of #CB2DD5
Complementary color
Monochromatic Colors of #CB2DD5
Black with #CB2DD5
Text Example
Text Example
White with #CB2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DD5; }
p { color: rgb(203,45,213); }
H1.HeaderClassName
{
color: #CB2DD5;
}
.AnyTagClassName
{
color: #CB2DD5;
}
</style>
background-color css
<style>
a { background-color: #CB2DD5; }
a { background-color: rgb(203,45,213); }
div.DivClassName
{
background-color: #CB2DD5;
}
.BgClassName
{
background-color: #CB2DD5;
}
</style>
border-color css
<style>
span { border-color: #CB2DD5; }
span { border-color: rgb(203,45,213); }
td.TdClassName
{
border-color: #CB2DD5;
}
.TagClassName
{
border-color: #CB2DD5;
}
</style>