Shades of Medium Orchid #CA38DA
Tints of Medium Orchid #CA38DA
RGB
CMYK
RGB Variations
Color information
#CA38DA (or 0xCA38DA) is known color: Medium Orchid. HEX triplet: CA, 38 and DA. RGB value is (202,56,218). Sum of RGB (Red+Green+Blue) = 202+56+218=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38DA is #35C725. Grayscale: #757575. Windows color (decimal): -3524390 or 14301386. OLE color: 14301386.
HSL color Cylindrical-coordinate representation of color #CA38DA: hue angle of 294.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA38DA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 56 | 218 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.15 |
| HSL | 294.07º | 0.69% | 0.54% | - |
| HSV(B) | 294.07º | 0.74% | 0.85% | - |
| XYZ | 38.43 | 20.45 | 68.25 | - |
| YUV | 118.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 218 | 0.07 | 0.74 | 0 | 0.15 | 294.07 | 0.69 | 0.54 |
| Hex | CA | 38 | DA | 7 | 4A | 0 | F | 126 | 45 | 36 |
| Octal | 312 | 70 | 332 | 7 | 112 | 0 | 17 | 446 | 105 | 66 |
| Binary | 11001010 | 111000 | 11011010 | 111 | 1001010 | 0 | 1111 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CA38DA
Complementary color
Monochromatic Colors of #CA38DA
Black with #CA38DA
Text Example
Text Example
White with #CA38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38DA; }
p { color: rgb(202,56,218); }
H1.HeaderClassName
{
color: #CA38DA;
}
.AnyTagClassName
{
color: #CA38DA;
}
</style>
background-color css
<style>
a { background-color: #CA38DA; }
a { background-color: rgb(202,56,218); }
div.DivClassName
{
background-color: #CA38DA;
}
.BgClassName
{
background-color: #CA38DA;
}
</style>
border-color css
<style>
span { border-color: #CA38DA; }
span { border-color: rgb(202,56,218); }
td.TdClassName
{
border-color: #CA38DA;
}
.TagClassName
{
border-color: #CA38DA;
}
</style>