Shades of Medium Orchid #CB40DC
Tints of Medium Orchid #CB40DC
RGB
CMYK
RGB Variations
Color information
#CB40DC (or 0xCB40DC) is known color: Medium Orchid. HEX triplet: CB, 40 and DC. RGB value is (203,64,220). Sum of RGB (Red+Green+Blue) = 203+64+220=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40DC is #34BF23. Grayscale: #7A7A7A. Windows color (decimal): -3456804 or 14434507. OLE color: 14434507.
HSL color Cylindrical-coordinate representation of color #CB40DC: hue angle of 293.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB40DC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 64 | 220 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.14 |
| HSL | 293.46º | 0.69% | 0.56% | - |
| HSV(B) | 293.46º | 0.71% | 0.86% | - |
| XYZ | 39.38 | 21.53 | 69.79 | - |
| YUV | 123.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 220 | 0.08 | 0.71 | 0 | 0.14 | 293.46 | 0.69 | 0.56 |
| Hex | CB | 40 | DC | 8 | 47 | 0 | E | 125 | 45 | 38 |
| Octal | 313 | 100 | 334 | 10 | 107 | 0 | 16 | 445 | 105 | 70 |
| Binary | 11001011 | 1000000 | 11011100 | 1000 | 1000111 | 0 | 1110 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CB40DC
Complementary color
Monochromatic Colors of #CB40DC
Black with #CB40DC
Text Example
Text Example
White with #CB40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40DC; }
p { color: rgb(203,64,220); }
H1.HeaderClassName
{
color: #CB40DC;
}
.AnyTagClassName
{
color: #CB40DC;
}
</style>
background-color css
<style>
a { background-color: #CB40DC; }
a { background-color: rgb(203,64,220); }
div.DivClassName
{
background-color: #CB40DC;
}
.BgClassName
{
background-color: #CB40DC;
}
</style>
border-color css
<style>
span { border-color: #CB40DC; }
span { border-color: rgb(203,64,220); }
td.TdClassName
{
border-color: #CB40DC;
}
.TagClassName
{
border-color: #CB40DC;
}
</style>