Shades of Medium Orchid #CA3FDA
Tints of Medium Orchid #CA3FDA
RGB
CMYK
RGB Variations
Color information
#CA3FDA (or 0xCA3FDA) is known color: Medium Orchid. HEX triplet: CA, 3F and DA. RGB value is (202,63,218). Sum of RGB (Red+Green+Blue) = 202+63+218=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FDA is #35C025. Grayscale: #797979. Windows color (decimal): -3522598 or 14303178. OLE color: 14303178.
HSL color Cylindrical-coordinate representation of color #CA3FDA: hue angle of 293.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3FDA is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 63 | 218 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 293.81º | 0.68% | 0.55% | - |
| HSV(B) | 293.81º | 0.71% | 0.85% | - |
| XYZ | 38.79 | 21.17 | 68.37 | - |
| YUV | 122.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 218 | 0.07 | 0.71 | 0 | 0.15 | 293.81 | 0.68 | 0.55 |
| Hex | CA | 3F | DA | 7 | 47 | 0 | F | 126 | 44 | 37 |
| Octal | 312 | 77 | 332 | 7 | 107 | 0 | 17 | 446 | 104 | 67 |
| Binary | 11001010 | 111111 | 11011010 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CA3FDA
Complementary color
Monochromatic Colors of #CA3FDA
Black with #CA3FDA
Text Example
Text Example
White with #CA3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FDA; }
p { color: rgb(202,63,218); }
H1.HeaderClassName
{
color: #CA3FDA;
}
.AnyTagClassName
{
color: #CA3FDA;
}
</style>
background-color css
<style>
a { background-color: #CA3FDA; }
a { background-color: rgb(202,63,218); }
div.DivClassName
{
background-color: #CA3FDA;
}
.BgClassName
{
background-color: #CA3FDA;
}
</style>
border-color css
<style>
span { border-color: #CA3FDA; }
span { border-color: rgb(202,63,218); }
td.TdClassName
{
border-color: #CA3FDA;
}
.TagClassName
{
border-color: #CA3FDA;
}
</style>