Shades of Medium Orchid #CA41DA
Tints of Medium Orchid #CA41DA
RGB
CMYK
RGB Variations
Color information
#CA41DA (or 0xCA41DA) is known color: Medium Orchid. HEX triplet: CA, 41 and DA. RGB value is (202,65,218). Sum of RGB (Red+Green+Blue) = 202+65+218=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41DA is #35BE25. Grayscale: #7A7A7A. Windows color (decimal): -3522086 or 14303690. OLE color: 14303690.
HSL color Cylindrical-coordinate representation of color #CA41DA: hue angle of 293.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA41DA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 65 | 218 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.15 |
| HSL | 293.73º | 0.67% | 0.55% | - |
| HSV(B) | 293.73º | 0.7% | 0.85% | - |
| XYZ | 38.9 | 21.4 | 68.41 | - |
| YUV | 123.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 218 | 0.07 | 0.70 | 0 | 0.15 | 293.73 | 0.67 | 0.55 |
| Hex | CA | 41 | DA | 7 | 46 | 0 | F | 126 | 43 | 37 |
| Octal | 312 | 101 | 332 | 7 | 106 | 0 | 17 | 446 | 103 | 67 |
| Binary | 11001010 | 1000001 | 11011010 | 111 | 1000110 | 0 | 1111 | 100100110 | 1000011 | 110111 |
Color Harmonies of #CA41DA
Complementary color
Monochromatic Colors of #CA41DA
Black with #CA41DA
Text Example
Text Example
White with #CA41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41DA; }
p { color: rgb(202,65,218); }
H1.HeaderClassName
{
color: #CA41DA;
}
.AnyTagClassName
{
color: #CA41DA;
}
</style>
background-color css
<style>
a { background-color: #CA41DA; }
a { background-color: rgb(202,65,218); }
div.DivClassName
{
background-color: #CA41DA;
}
.BgClassName
{
background-color: #CA41DA;
}
</style>
border-color css
<style>
span { border-color: #CA41DA; }
span { border-color: rgb(202,65,218); }
td.TdClassName
{
border-color: #CA41DA;
}
.TagClassName
{
border-color: #CA41DA;
}
</style>