Shades of Medium Orchid #CB38DC
Tints of Medium Orchid #CB38DC
RGB
CMYK
RGB Variations
Color information
#CB38DC (or 0xCB38DC) is known color: Medium Orchid. HEX triplet: CB, 38 and DC. RGB value is (203,56,220). Sum of RGB (Red+Green+Blue) = 203+56+220=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38DC is #34C723. Grayscale: #767676. Windows color (decimal): -3458852 or 14432459. OLE color: 14432459.
HSL color Cylindrical-coordinate representation of color #CB38DC: hue angle of 293.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB38DC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 56 | 220 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.14 |
| HSL | 293.78º | 0.7% | 0.54% | - |
| HSV(B) | 293.78º | 0.75% | 0.86% | - |
| XYZ | 38.96 | 20.69 | 69.65 | - |
| YUV | 118.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 220 | 0.08 | 0.75 | 0 | 0.14 | 293.78 | 0.7 | 0.54 |
| Hex | CB | 38 | DC | 8 | 4B | 0 | E | 126 | 46 | 36 |
| Octal | 313 | 70 | 334 | 10 | 113 | 0 | 16 | 446 | 106 | 66 |
| Binary | 11001011 | 111000 | 11011100 | 1000 | 1001011 | 0 | 1110 | 100100110 | 1000110 | 110110 |
Color Harmonies of #CB38DC
Complementary color
Monochromatic Colors of #CB38DC
Black with #CB38DC
Text Example
Text Example
White with #CB38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38DC; }
p { color: rgb(203,56,220); }
H1.HeaderClassName
{
color: #CB38DC;
}
.AnyTagClassName
{
color: #CB38DC;
}
</style>
background-color css
<style>
a { background-color: #CB38DC; }
a { background-color: rgb(203,56,220); }
div.DivClassName
{
background-color: #CB38DC;
}
.BgClassName
{
background-color: #CB38DC;
}
</style>
border-color css
<style>
span { border-color: #CB38DC; }
span { border-color: rgb(203,56,220); }
td.TdClassName
{
border-color: #CB38DC;
}
.TagClassName
{
border-color: #CB38DC;
}
</style>