Shades of Medium Orchid #CB42DD
Tints of Medium Orchid #CB42DD
RGB
CMYK
RGB Variations
Color information
#CB42DD (or 0xCB42DD) is known color: Medium Orchid. HEX triplet: CB, 42 and DD. RGB value is (203,66,221). Sum of RGB (Red+Green+Blue) = 203+66+221=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42DD is #34BD22. Grayscale: #7C7C7C. Windows color (decimal): -3456291 or 14500555. OLE color: 14500555.
HSL color Cylindrical-coordinate representation of color #CB42DD: hue angle of 293.03º degrees, saturation: 0.7, 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 #CB42DD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 66 | 221 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.13 |
| HSL | 293.03º | 0.7% | 0.56% | - |
| HSV(B) | 293.03º | 0.7% | 0.87% | - |
| XYZ | 39.63 | 21.81 | 70.53 | - |
| YUV | 124.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 221 | 0.08 | 0.70 | 0 | 0.13 | 293.03 | 0.7 | 0.56 |
| Hex | CB | 42 | DD | 8 | 46 | 0 | D | 125 | 46 | 38 |
| Octal | 313 | 102 | 335 | 10 | 106 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001011 | 1000010 | 11011101 | 1000 | 1000110 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CB42DD
Complementary color
Monochromatic Colors of #CB42DD
Black with #CB42DD
Text Example
Text Example
White with #CB42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42DD; }
p { color: rgb(203,66,221); }
H1.HeaderClassName
{
color: #CB42DD;
}
.AnyTagClassName
{
color: #CB42DD;
}
</style>
background-color css
<style>
a { background-color: #CB42DD; }
a { background-color: rgb(203,66,221); }
div.DivClassName
{
background-color: #CB42DD;
}
.BgClassName
{
background-color: #CB42DD;
}
</style>
border-color css
<style>
span { border-color: #CB42DD; }
span { border-color: rgb(203,66,221); }
td.TdClassName
{
border-color: #CB42DD;
}
.TagClassName
{
border-color: #CB42DD;
}
</style>