Shades of Medium Orchid #CA4CE5
Tints of Medium Orchid #CA4CE5
RGB
CMYK
RGB Variations
Color information
#CA4CE5 (or 0xCA4CE5) is known color: Medium Orchid. HEX triplet: CA, 4C and E5. RGB value is (202,76,229). Sum of RGB (Red+Green+Blue) = 202+76+229=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA4CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CE5 is #35B31A. Grayscale: #828282. Windows color (decimal): -3519259 or 15027402. OLE color: 15027402.
HSL color Cylindrical-coordinate representation of color #CA4CE5: hue angle of 289.41º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4CE5 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 76 | 229 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.10 |
| HSL | 289.41º | 0.75% | 0.6% | - |
| HSV(B) | 289.41º | 0.67% | 0.9% | - |
| XYZ | 41.08 | 23.38 | 76.48 | - |
| YUV | 131.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 229 | 0.12 | 0.67 | 0 | 0.10 | 289.41 | 0.75 | 0.6 |
| Hex | CA | 4C | E5 | C | 43 | 0 | A | 121 | 4B | 3C |
| Octal | 312 | 114 | 345 | 14 | 103 | 0 | 12 | 441 | 113 | 74 |
| Binary | 11001010 | 1001100 | 11100101 | 1100 | 1000011 | 0 | 1010 | 100100001 | 1001011 | 111100 |
Color Harmonies of #CA4CE5
Complementary color
Monochromatic Colors of #CA4CE5
Black with #CA4CE5
Text Example
Text Example
White with #CA4CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CE5; }
p { color: rgb(202,76,229); }
H1.HeaderClassName
{
color: #CA4CE5;
}
.AnyTagClassName
{
color: #CA4CE5;
}
</style>
background-color css
<style>
a { background-color: #CA4CE5; }
a { background-color: rgb(202,76,229); }
div.DivClassName
{
background-color: #CA4CE5;
}
.BgClassName
{
background-color: #CA4CE5;
}
</style>
border-color css
<style>
span { border-color: #CA4CE5; }
span { border-color: rgb(202,76,229); }
td.TdClassName
{
border-color: #CA4CE5;
}
.TagClassName
{
border-color: #CA4CE5;
}
</style>