Shades of Medium Orchid #CA54F2
Tints of Medium Orchid #CA54F2
RGB
CMYK
RGB Variations
Color information
#CA54F2 (or 0xCA54F2) is known color: Medium Orchid. HEX triplet: CA, 54 and F2. RGB value is (202,84,242). Sum of RGB (Red+Green+Blue) = 202+84+242=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA54F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54F2 is #35AB0D. Grayscale: #888888. Windows color (decimal): -3517198 or 15881418. OLE color: 15881418.
HSL color Cylindrical-coordinate representation of color #CA54F2: hue angle of 284.81º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA54F2 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 84 | 242 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.05 |
| HSL | 284.81º | 0.86% | 0.64% | - |
| HSV(B) | 284.81º | 0.65% | 0.95% | - |
| XYZ | 43.55 | 25.31 | 86.59 | - |
| YUV | 137.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 242 | 0.17 | 0.65 | 0 | 0.05 | 284.81 | 0.86 | 0.64 |
| Hex | CA | 54 | F2 | 11 | 41 | 0 | 5 | 11D | 56 | 40 |
| Octal | 312 | 124 | 362 | 21 | 101 | 0 | 5 | 435 | 126 | 100 |
| Binary | 11001010 | 1010100 | 11110010 | 10001 | 1000001 | 0 | 101 | 100011101 | 1010110 | 1000000 |
Color Harmonies of #CA54F2
Complementary color
Monochromatic Colors of #CA54F2
Black with #CA54F2
Text Example
Text Example
White with #CA54F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54F2; }
p { color: rgb(202,84,242); }
H1.HeaderClassName
{
color: #CA54F2;
}
.AnyTagClassName
{
color: #CA54F2;
}
</style>
background-color css
<style>
a { background-color: #CA54F2; }
a { background-color: rgb(202,84,242); }
div.DivClassName
{
background-color: #CA54F2;
}
.BgClassName
{
background-color: #CA54F2;
}
</style>
border-color css
<style>
span { border-color: #CA54F2; }
span { border-color: rgb(202,84,242); }
td.TdClassName
{
border-color: #CA54F2;
}
.TagClassName
{
border-color: #CA54F2;
}
</style>