Shades of Medium Orchid #CB43DC
Tints of Medium Orchid #CB43DC
RGB
CMYK
RGB Variations
Color information
#CB43DC (or 0xCB43DC) is known color: Medium Orchid. HEX triplet: CB, 43 and DC. RGB value is (203,67,220). Sum of RGB (Red+Green+Blue) = 203+67+220=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43DC is #34BC23. Grayscale: #7C7C7C. Windows color (decimal): -3456036 or 14435275. OLE color: 14435275.
HSL color Cylindrical-coordinate representation of color #CB43DC: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB43DC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 67 | 220 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.14 |
| HSL | 293.33º | 0.69% | 0.56% | - |
| HSV(B) | 293.33º | 0.7% | 0.86% | - |
| XYZ | 39.55 | 21.88 | 69.85 | - |
| YUV | 125.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 220 | 0.08 | 0.70 | 0 | 0.14 | 293.33 | 0.69 | 0.56 |
| Hex | CB | 43 | DC | 8 | 46 | 0 | E | 125 | 45 | 38 |
| Octal | 313 | 103 | 334 | 10 | 106 | 0 | 16 | 445 | 105 | 70 |
| Binary | 11001011 | 1000011 | 11011100 | 1000 | 1000110 | 0 | 1110 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CB43DC
Complementary color
Monochromatic Colors of #CB43DC
Black with #CB43DC
Text Example
Text Example
White with #CB43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43DC; }
p { color: rgb(203,67,220); }
H1.HeaderClassName
{
color: #CB43DC;
}
.AnyTagClassName
{
color: #CB43DC;
}
</style>
background-color css
<style>
a { background-color: #CB43DC; }
a { background-color: rgb(203,67,220); }
div.DivClassName
{
background-color: #CB43DC;
}
.BgClassName
{
background-color: #CB43DC;
}
</style>
border-color css
<style>
span { border-color: #CB43DC; }
span { border-color: rgb(203,67,220); }
td.TdClassName
{
border-color: #CB43DC;
}
.TagClassName
{
border-color: #CB43DC;
}
</style>