Shades of Medium Orchid #CA4CEA
Tints of Medium Orchid #CA4CEA
RGB
CMYK
RGB Variations
Color information
#CA4CEA (or 0xCA4CEA) is known color: Medium Orchid. HEX triplet: CA, 4C and EA. RGB value is (202,76,234). Sum of RGB (Red+Green+Blue) = 202+76+234=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CEA is #35B315. Grayscale: #838383. Windows color (decimal): -3519254 or 15355082. OLE color: 15355082.
HSL color Cylindrical-coordinate representation of color #CA4CEA: hue angle of 287.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4CEA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 76 | 234 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.08 |
| HSL | 287.85º | 0.79% | 0.61% | - |
| HSV(B) | 287.85º | 0.68% | 0.92% | - |
| XYZ | 41.79 | 23.67 | 80.21 | - |
| YUV | 131.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 234 | 0.14 | 0.68 | 0 | 0.08 | 287.85 | 0.79 | 0.61 |
| Hex | CA | 4C | EA | E | 44 | 0 | 8 | 120 | 4F | 3D |
| Octal | 312 | 114 | 352 | 16 | 104 | 0 | 10 | 440 | 117 | 75 |
| Binary | 11001010 | 1001100 | 11101010 | 1110 | 1000100 | 0 | 1000 | 100100000 | 1001111 | 111101 |
Color Harmonies of #CA4CEA
Complementary color
Monochromatic Colors of #CA4CEA
Black with #CA4CEA
Text Example
Text Example
White with #CA4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CEA; }
p { color: rgb(202,76,234); }
H1.HeaderClassName
{
color: #CA4CEA;
}
.AnyTagClassName
{
color: #CA4CEA;
}
</style>
background-color css
<style>
a { background-color: #CA4CEA; }
a { background-color: rgb(202,76,234); }
div.DivClassName
{
background-color: #CA4CEA;
}
.BgClassName
{
background-color: #CA4CEA;
}
</style>
border-color css
<style>
span { border-color: #CA4CEA; }
span { border-color: rgb(202,76,234); }
td.TdClassName
{
border-color: #CA4CEA;
}
.TagClassName
{
border-color: #CA4CEA;
}
</style>