Shades of Medium Orchid #CA4DF2
Tints of Medium Orchid #CA4DF2
RGB
CMYK
RGB Variations
Color information
#CA4DF2 (or 0xCA4DF2) is known color: Medium Orchid. HEX triplet: CA, 4D and F2. RGB value is (202,77,242). Sum of RGB (Red+Green+Blue) = 202+77+242=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA4DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DF2 is #35B20D. Grayscale: #848484. Windows color (decimal): -3518990 or 15879626. OLE color: 15879626.
HSL color Cylindrical-coordinate representation of color #CA4DF2: hue angle of 285.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4DF2 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 77 | 242 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.05 |
| HSL | 285.45º | 0.86% | 0.63% | - |
| HSV(B) | 285.45º | 0.68% | 0.95% | - |
| XYZ | 43.04 | 24.28 | 86.42 | - |
| YUV | 133.19 | 189.41 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 242 | 0.17 | 0.68 | 0 | 0.05 | 285.45 | 0.86 | 0.63 |
| Hex | CA | 4D | F2 | 11 | 44 | 0 | 5 | 11D | 56 | 3F |
| Octal | 312 | 115 | 362 | 21 | 104 | 0 | 5 | 435 | 126 | 77 |
| Binary | 11001010 | 1001101 | 11110010 | 10001 | 1000100 | 0 | 101 | 100011101 | 1010110 | 111111 |
Color Harmonies of #CA4DF2
Complementary color
Monochromatic Colors of #CA4DF2
Black with #CA4DF2
Text Example
Text Example
White with #CA4DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DF2; }
p { color: rgb(202,77,242); }
H1.HeaderClassName
{
color: #CA4DF2;
}
.AnyTagClassName
{
color: #CA4DF2;
}
</style>
background-color css
<style>
a { background-color: #CA4DF2; }
a { background-color: rgb(202,77,242); }
div.DivClassName
{
background-color: #CA4DF2;
}
.BgClassName
{
background-color: #CA4DF2;
}
</style>
border-color css
<style>
span { border-color: #CA4DF2; }
span { border-color: rgb(202,77,242); }
td.TdClassName
{
border-color: #CA4DF2;
}
.TagClassName
{
border-color: #CA4DF2;
}
</style>