Shades of Medium Orchid #CA4FDA
Tints of Medium Orchid #CA4FDA
RGB
CMYK
RGB Variations
Color information
#CA4FDA (or 0xCA4FDA) is known color: Medium Orchid. HEX triplet: CA, 4F and DA. RGB value is (202,79,218). Sum of RGB (Red+Green+Blue) = 202+79+218=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FDA is #35B025. Grayscale: #838383. Windows color (decimal): -3518502 or 14307274. OLE color: 14307274.
HSL color Cylindrical-coordinate representation of color #CA4FDA: hue angle of 293.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4FDA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 79 | 218 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.15 |
| HSL | 293.09º | 0.65% | 0.58% | - |
| HSV(B) | 293.09º | 0.64% | 0.85% | - |
| XYZ | 39.81 | 23.21 | 68.71 | - |
| YUV | 131.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 218 | 0.07 | 0.64 | 0 | 0.15 | 293.09 | 0.65 | 0.58 |
| Hex | CA | 4F | DA | 7 | 40 | 0 | F | 125 | 41 | 3A |
| Octal | 312 | 117 | 332 | 7 | 100 | 0 | 17 | 445 | 101 | 72 |
| Binary | 11001010 | 1001111 | 11011010 | 111 | 1000000 | 0 | 1111 | 100100101 | 1000001 | 111010 |
Color Harmonies of #CA4FDA
Complementary color
Monochromatic Colors of #CA4FDA
Black with #CA4FDA
Text Example
Text Example
White with #CA4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FDA; }
p { color: rgb(202,79,218); }
H1.HeaderClassName
{
color: #CA4FDA;
}
.AnyTagClassName
{
color: #CA4FDA;
}
</style>
background-color css
<style>
a { background-color: #CA4FDA; }
a { background-color: rgb(202,79,218); }
div.DivClassName
{
background-color: #CA4FDA;
}
.BgClassName
{
background-color: #CA4FDA;
}
</style>
border-color css
<style>
span { border-color: #CA4FDA; }
span { border-color: rgb(202,79,218); }
td.TdClassName
{
border-color: #CA4FDA;
}
.TagClassName
{
border-color: #CA4FDA;
}
</style>