Shades of Medium Orchid #CA4FE2
Tints of Medium Orchid #CA4FE2
RGB
CMYK
RGB Variations
Color information
#CA4FE2 (or 0xCA4FE2) is known color: Medium Orchid. HEX triplet: CA, 4F and E2. RGB value is (202,79,226). Sum of RGB (Red+Green+Blue) = 202+79+226=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA4FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FE2 is #35B01D. Grayscale: #848484. Windows color (decimal): -3518494 or 14831562. OLE color: 14831562.
HSL color Cylindrical-coordinate representation of color #CA4FE2: hue angle of 290.2º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4FE2 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 79 | 226 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.11 |
| HSL | 290.2º | 0.72% | 0.6% | - |
| HSV(B) | 290.2º | 0.65% | 0.89% | - |
| XYZ | 40.88 | 23.64 | 74.36 | - |
| YUV | 132.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 226 | 0.11 | 0.65 | 0 | 0.11 | 290.2 | 0.72 | 0.6 |
| Hex | CA | 4F | E2 | B | 41 | 0 | B | 122 | 48 | 3C |
| Octal | 312 | 117 | 342 | 13 | 101 | 0 | 13 | 442 | 110 | 74 |
| Binary | 11001010 | 1001111 | 11100010 | 1011 | 1000001 | 0 | 1011 | 100100010 | 1001000 | 111100 |
Color Harmonies of #CA4FE2
Complementary color
Monochromatic Colors of #CA4FE2
Black with #CA4FE2
Text Example
Text Example
White with #CA4FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FE2; }
p { color: rgb(202,79,226); }
H1.HeaderClassName
{
color: #CA4FE2;
}
.AnyTagClassName
{
color: #CA4FE2;
}
</style>
background-color css
<style>
a { background-color: #CA4FE2; }
a { background-color: rgb(202,79,226); }
div.DivClassName
{
background-color: #CA4FE2;
}
.BgClassName
{
background-color: #CA4FE2;
}
</style>
border-color css
<style>
span { border-color: #CA4FE2; }
span { border-color: rgb(202,79,226); }
td.TdClassName
{
border-color: #CA4FE2;
}
.TagClassName
{
border-color: #CA4FE2;
}
</style>