Shades of Medium Orchid #CA38D8
Tints of Medium Orchid #CA38D8
RGB
CMYK
RGB Variations
Color information
#CA38D8 (or 0xCA38D8) is known color: Medium Orchid. HEX triplet: CA, 38 and D8. RGB value is (202,56,216). Sum of RGB (Red+Green+Blue) = 202+56+216=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA38D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38D8 is #35C727. Grayscale: #757575. Windows color (decimal): -3524392 or 14170314. OLE color: 14170314.
HSL color Cylindrical-coordinate representation of color #CA38D8: hue angle of 294.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA38D8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 56 | 216 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.15 |
| HSL | 294.75º | 0.67% | 0.53% | - |
| HSV(B) | 294.75º | 0.74% | 0.85% | - |
| XYZ | 38.17 | 20.34 | 66.88 | - |
| YUV | 117.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 216 | 0.06 | 0.74 | 0 | 0.15 | 294.75 | 0.67 | 0.53 |
| Hex | CA | 38 | D8 | 6 | 4A | 0 | F | 127 | 43 | 35 |
| Octal | 312 | 70 | 330 | 6 | 112 | 0 | 17 | 447 | 103 | 65 |
| Binary | 11001010 | 111000 | 11011000 | 110 | 1001010 | 0 | 1111 | 100100111 | 1000011 | 110101 |
Color Harmonies of #CA38D8
Complementary color
Monochromatic Colors of #CA38D8
Black with #CA38D8
Text Example
Text Example
White with #CA38D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38D8; }
p { color: rgb(202,56,216); }
H1.HeaderClassName
{
color: #CA38D8;
}
.AnyTagClassName
{
color: #CA38D8;
}
</style>
background-color css
<style>
a { background-color: #CA38D8; }
a { background-color: rgb(202,56,216); }
div.DivClassName
{
background-color: #CA38D8;
}
.BgClassName
{
background-color: #CA38D8;
}
</style>
border-color css
<style>
span { border-color: #CA38D8; }
span { border-color: rgb(202,56,216); }
td.TdClassName
{
border-color: #CA38D8;
}
.TagClassName
{
border-color: #CA38D8;
}
</style>