Shades of Medium Orchid #CA4AF1
Tints of Medium Orchid #CA4AF1
RGB
CMYK
RGB Variations
Color information
#CA4AF1 (or 0xCA4AF1) is known color: Medium Orchid. HEX triplet: CA, 4A and F1. RGB value is (202,74,241). Sum of RGB (Red+Green+Blue) = 202+74+241=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AF1 is #35B50E. Grayscale: #828282. Windows color (decimal): -3519759 or 15813322. OLE color: 15813322.
HSL color Cylindrical-coordinate representation of color #CA4AF1: hue angle of 285.99º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4AF1 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 74 | 241 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.05 |
| HSL | 285.99º | 0.86% | 0.62% | - |
| HSV(B) | 285.99º | 0.69% | 0.95% | - |
| XYZ | 42.68 | 23.8 | 85.56 | - |
| YUV | 131.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 241 | 0.16 | 0.69 | 0 | 0.05 | 285.99 | 0.86 | 0.62 |
| Hex | CA | 4A | F1 | 10 | 45 | 0 | 5 | 11E | 56 | 3E |
| Octal | 312 | 112 | 361 | 20 | 105 | 0 | 5 | 436 | 126 | 76 |
| Binary | 11001010 | 1001010 | 11110001 | 10000 | 1000101 | 0 | 101 | 100011110 | 1010110 | 111110 |
Color Harmonies of #CA4AF1
Complementary color
Monochromatic Colors of #CA4AF1
Black with #CA4AF1
Text Example
Text Example
White with #CA4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AF1; }
p { color: rgb(202,74,241); }
H1.HeaderClassName
{
color: #CA4AF1;
}
.AnyTagClassName
{
color: #CA4AF1;
}
</style>
background-color css
<style>
a { background-color: #CA4AF1; }
a { background-color: rgb(202,74,241); }
div.DivClassName
{
background-color: #CA4AF1;
}
.BgClassName
{
background-color: #CA4AF1;
}
</style>
border-color css
<style>
span { border-color: #CA4AF1; }
span { border-color: rgb(202,74,241); }
td.TdClassName
{
border-color: #CA4AF1;
}
.TagClassName
{
border-color: #CA4AF1;
}
</style>