Shades of Medium Orchid #CA4FED
Tints of Medium Orchid #CA4FED
RGB
CMYK
RGB Variations
Color information
#CA4FED (or 0xCA4FED) is known color: Medium Orchid. HEX triplet: CA, 4F and ED. RGB value is (202,79,237). Sum of RGB (Red+Green+Blue) = 202+79+237=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FED is #35B012. Grayscale: #858585. Windows color (decimal): -3518483 or 15552458. OLE color: 15552458.
HSL color Cylindrical-coordinate representation of color #CA4FED: hue angle of 286.71º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4FED is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 79 | 237 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.07 |
| HSL | 286.71º | 0.81% | 0.62% | - |
| HSV(B) | 286.71º | 0.67% | 0.93% | - |
| XYZ | 42.44 | 24.26 | 82.57 | - |
| YUV | 133.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 237 | 0.15 | 0.67 | 0 | 0.07 | 286.71 | 0.81 | 0.62 |
| Hex | CA | 4F | ED | F | 43 | 0 | 7 | 11F | 51 | 3E |
| Octal | 312 | 117 | 355 | 17 | 103 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001010 | 1001111 | 11101101 | 1111 | 1000011 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CA4FED
Complementary color
Monochromatic Colors of #CA4FED
Black with #CA4FED
Text Example
Text Example
White with #CA4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FED; }
p { color: rgb(202,79,237); }
H1.HeaderClassName
{
color: #CA4FED;
}
.AnyTagClassName
{
color: #CA4FED;
}
</style>
background-color css
<style>
a { background-color: #CA4FED; }
a { background-color: rgb(202,79,237); }
div.DivClassName
{
background-color: #CA4FED;
}
.BgClassName
{
background-color: #CA4FED;
}
</style>
border-color css
<style>
span { border-color: #CA4FED; }
span { border-color: rgb(202,79,237); }
td.TdClassName
{
border-color: #CA4FED;
}
.TagClassName
{
border-color: #CA4FED;
}
</style>