Shades of Medium Orchid #CB2CDC
Tints of Medium Orchid #CB2CDC
RGB
CMYK
RGB Variations
Color information
#CB2CDC (or 0xCB2CDC) is known color: Medium Orchid. HEX triplet: CB, 2C and DC. RGB value is (203,44,220). Sum of RGB (Red+Green+Blue) = 203+44+220=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CDC is #34D323. Grayscale: #6F6F6F. Windows color (decimal): -3461924 or 14429387. OLE color: 14429387.
HSL color Cylindrical-coordinate representation of color #CB2CDC: hue angle of 294.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2CDC is Cyan = 0.08, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 44 | 220 | - |
| CMYK | 0.08 | 0.8 | 0 | 0.14 |
| HSL | 294.2º | 0.72% | 0.52% | - |
| HSV(B) | 294.2º | 0.8% | 0.86% | - |
| XYZ | 38.45 | 19.67 | 69.48 | - |
| YUV | 111.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 220 | 0.08 | 0.8 | 0 | 0.14 | 294.2 | 0.72 | 0.52 |
| Hex | CB | 2C | DC | 8 | 50 | 0 | E | 126 | 48 | 34 |
| Octal | 313 | 54 | 334 | 10 | 120 | 0 | 16 | 446 | 110 | 64 |
| Binary | 11001011 | 101100 | 11011100 | 1000 | 1010000 | 0 | 1110 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CB2CDC
Complementary color
Monochromatic Colors of #CB2CDC
Black with #CB2CDC
Text Example
Text Example
White with #CB2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CDC; }
p { color: rgb(203,44,220); }
H1.HeaderClassName
{
color: #CB2CDC;
}
.AnyTagClassName
{
color: #CB2CDC;
}
</style>
background-color css
<style>
a { background-color: #CB2CDC; }
a { background-color: rgb(203,44,220); }
div.DivClassName
{
background-color: #CB2CDC;
}
.BgClassName
{
background-color: #CB2CDC;
}
</style>
border-color css
<style>
span { border-color: #CB2CDC; }
span { border-color: rgb(203,44,220); }
td.TdClassName
{
border-color: #CB2CDC;
}
.TagClassName
{
border-color: #CB2CDC;
}
</style>