Shades of Medium Orchid #CA38DC
Tints of Medium Orchid #CA38DC
RGB
CMYK
RGB Variations
Color information
#CA38DC (or 0xCA38DC) is known color: Medium Orchid. HEX triplet: CA, 38 and DC. RGB value is (202,56,220). Sum of RGB (Red+Green+Blue) = 202+56+220=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38DC is #35C723. Grayscale: #757575. Windows color (decimal): -3524388 or 14432458. OLE color: 14432458.
HSL color Cylindrical-coordinate representation of color #CA38DC: hue angle of 293.41º 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 #CA38DC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 56 | 220 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.14 |
| HSL | 293.41º | 0.7% | 0.54% | - |
| HSV(B) | 293.41º | 0.75% | 0.86% | - |
| XYZ | 38.69 | 20.55 | 69.64 | - |
| YUV | 118.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 220 | 0.08 | 0.75 | 0 | 0.14 | 293.41 | 0.7 | 0.54 |
| Hex | CA | 38 | DC | 8 | 4B | 0 | E | 125 | 46 | 36 |
| Octal | 312 | 70 | 334 | 10 | 113 | 0 | 16 | 445 | 106 | 66 |
| Binary | 11001010 | 111000 | 11011100 | 1000 | 1001011 | 0 | 1110 | 100100101 | 1000110 | 110110 |
Color Harmonies of #CA38DC
Complementary color
Monochromatic Colors of #CA38DC
Black with #CA38DC
Text Example
Text Example
White with #CA38DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38DC; }
p { color: rgb(202,56,220); }
H1.HeaderClassName
{
color: #CA38DC;
}
.AnyTagClassName
{
color: #CA38DC;
}
</style>
background-color css
<style>
a { background-color: #CA38DC; }
a { background-color: rgb(202,56,220); }
div.DivClassName
{
background-color: #CA38DC;
}
.BgClassName
{
background-color: #CA38DC;
}
</style>
border-color css
<style>
span { border-color: #CA38DC; }
span { border-color: rgb(202,56,220); }
td.TdClassName
{
border-color: #CA38DC;
}
.TagClassName
{
border-color: #CA38DC;
}
</style>