Shades of Medium Orchid #CB2DDA
Tints of Medium Orchid #CB2DDA
RGB
CMYK
RGB Variations
Color information
#CB2DDA (or 0xCB2DDA) is known color: Medium Orchid. HEX triplet: CB, 2D and DA. RGB value is (203,45,218). Sum of RGB (Red+Green+Blue) = 203+45+218=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DDA is #34D225. Grayscale: #6F6F6F. Windows color (decimal): -3461670 or 14298571. OLE color: 14298571.
HSL color Cylindrical-coordinate representation of color #CB2DDA: hue angle of 294.8º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2DDA is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 45 | 218 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.15 |
| HSL | 294.8º | 0.7% | 0.52% | - |
| HSV(B) | 294.8º | 0.79% | 0.85% | - |
| XYZ | 38.22 | 19.64 | 68.11 | - |
| YUV | 111.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 218 | 0.07 | 0.79 | 0 | 0.15 | 294.8 | 0.7 | 0.52 |
| Hex | CB | 2D | DA | 7 | 4F | 0 | F | 127 | 46 | 34 |
| Octal | 313 | 55 | 332 | 7 | 117 | 0 | 17 | 447 | 106 | 64 |
| Binary | 11001011 | 101101 | 11011010 | 111 | 1001111 | 0 | 1111 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CB2DDA
Complementary color
Monochromatic Colors of #CB2DDA
Black with #CB2DDA
Text Example
Text Example
White with #CB2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DDA; }
p { color: rgb(203,45,218); }
H1.HeaderClassName
{
color: #CB2DDA;
}
.AnyTagClassName
{
color: #CB2DDA;
}
</style>
background-color css
<style>
a { background-color: #CB2DDA; }
a { background-color: rgb(203,45,218); }
div.DivClassName
{
background-color: #CB2DDA;
}
.BgClassName
{
background-color: #CB2DDA;
}
</style>
border-color css
<style>
span { border-color: #CB2DDA; }
span { border-color: rgb(203,45,218); }
td.TdClassName
{
border-color: #CB2DDA;
}
.TagClassName
{
border-color: #CB2DDA;
}
</style>