Shades of Medium Orchid #CB43DD
Tints of Medium Orchid #CB43DD
RGB
CMYK
RGB Variations
Color information
#CB43DD (or 0xCB43DD) is known color: Medium Orchid. HEX triplet: CB, 43 and DD. RGB value is (203,67,221). Sum of RGB (Red+Green+Blue) = 203+67+221=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43DD is #34BC22. Grayscale: #7C7C7C. Windows color (decimal): -3456035 or 14500811. OLE color: 14500811.
HSL color Cylindrical-coordinate representation of color #CB43DD: hue angle of 292.99º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB43DD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 67 | 221 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.13 |
| HSL | 292.99º | 0.69% | 0.56% | - |
| HSV(B) | 292.99º | 0.7% | 0.87% | - |
| XYZ | 39.69 | 21.93 | 70.55 | - |
| YUV | 125.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 221 | 0.08 | 0.70 | 0 | 0.13 | 292.99 | 0.69 | 0.56 |
| Hex | CB | 43 | DD | 8 | 46 | 0 | D | 125 | 45 | 38 |
| Octal | 313 | 103 | 335 | 10 | 106 | 0 | 15 | 445 | 105 | 70 |
| Binary | 11001011 | 1000011 | 11011101 | 1000 | 1000110 | 0 | 1101 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CB43DD
Complementary color
Monochromatic Colors of #CB43DD
Black with #CB43DD
Text Example
Text Example
White with #CB43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43DD; }
p { color: rgb(203,67,221); }
H1.HeaderClassName
{
color: #CB43DD;
}
.AnyTagClassName
{
color: #CB43DD;
}
</style>
background-color css
<style>
a { background-color: #CB43DD; }
a { background-color: rgb(203,67,221); }
div.DivClassName
{
background-color: #CB43DD;
}
.BgClassName
{
background-color: #CB43DD;
}
</style>
border-color css
<style>
span { border-color: #CB43DD; }
span { border-color: rgb(203,67,221); }
td.TdClassName
{
border-color: #CB43DD;
}
.TagClassName
{
border-color: #CB43DD;
}
</style>