Shades of Medium Orchid #CA4FDE
Tints of Medium Orchid #CA4FDE
RGB
CMYK
RGB Variations
Color information
#CA4FDE (or 0xCA4FDE) is known color: Medium Orchid. HEX triplet: CA, 4F and DE. RGB value is (202,79,222). Sum of RGB (Red+Green+Blue) = 202+79+222=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA4FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FDE is #35B021. Grayscale: #838383. Windows color (decimal): -3518498 or 14569418. OLE color: 14569418.
HSL color Cylindrical-coordinate representation of color #CA4FDE: hue angle of 291.61º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4FDE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 79 | 222 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.61º | 0.68% | 0.59% | - |
| HSV(B) | 291.61º | 0.64% | 0.87% | - |
| XYZ | 40.34 | 23.42 | 71.5 | - |
| YUV | 132.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 222 | 0.09 | 0.64 | 0 | 0.13 | 291.61 | 0.68 | 0.59 |
| Hex | CA | 4F | DE | 9 | 40 | 0 | D | 124 | 44 | 3B |
| Octal | 312 | 117 | 336 | 11 | 100 | 0 | 15 | 444 | 104 | 73 |
| Binary | 11001010 | 1001111 | 11011110 | 1001 | 1000000 | 0 | 1101 | 100100100 | 1000100 | 111011 |
Color Harmonies of #CA4FDE
Complementary color
Monochromatic Colors of #CA4FDE
Black with #CA4FDE
Text Example
Text Example
White with #CA4FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FDE; }
p { color: rgb(202,79,222); }
H1.HeaderClassName
{
color: #CA4FDE;
}
.AnyTagClassName
{
color: #CA4FDE;
}
</style>
background-color css
<style>
a { background-color: #CA4FDE; }
a { background-color: rgb(202,79,222); }
div.DivClassName
{
background-color: #CA4FDE;
}
.BgClassName
{
background-color: #CA4FDE;
}
</style>
border-color css
<style>
span { border-color: #CA4FDE; }
span { border-color: rgb(202,79,222); }
td.TdClassName
{
border-color: #CA4FDE;
}
.TagClassName
{
border-color: #CA4FDE;
}
</style>