Shades of Medium Orchid #CA35F0
Tints of Medium Orchid #CA35F0
RGB
CMYK
RGB Variations
Color information
#CA35F0 (or 0xCA35F0) is known color: Medium Orchid. HEX triplet: CA, 35 and F0. RGB value is (202,53,240). Sum of RGB (Red+Green+Blue) = 202+53+240=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA35F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA35F0 is #35CA0F. Grayscale: #767676. Windows color (decimal): -3525136 or 15742410. OLE color: 15742410.
HSL color Cylindrical-coordinate representation of color #CA35F0: hue angle of 287.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA35F0 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 53 | 240 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.06 |
| HSL | 287.81º | 0.86% | 0.57% | - |
| HSV(B) | 287.81º | 0.78% | 0.94% | - |
| XYZ | 41.36 | 21.39 | 84.39 | - |
| YUV | 118.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 240 | 0.16 | 0.78 | 0 | 0.06 | 287.81 | 0.86 | 0.57 |
| Hex | CA | 35 | F0 | 10 | 4E | 0 | 6 | 120 | 56 | 39 |
| Octal | 312 | 65 | 360 | 20 | 116 | 0 | 6 | 440 | 126 | 71 |
| Binary | 11001010 | 110101 | 11110000 | 10000 | 1001110 | 0 | 110 | 100100000 | 1010110 | 111001 |
Color Harmonies of #CA35F0
Complementary color
Monochromatic Colors of #CA35F0
Black with #CA35F0
Text Example
Text Example
White with #CA35F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA35F0; }
p { color: rgb(202,53,240); }
H1.HeaderClassName
{
color: #CA35F0;
}
.AnyTagClassName
{
color: #CA35F0;
}
</style>
background-color css
<style>
a { background-color: #CA35F0; }
a { background-color: rgb(202,53,240); }
div.DivClassName
{
background-color: #CA35F0;
}
.BgClassName
{
background-color: #CA35F0;
}
</style>
border-color css
<style>
span { border-color: #CA35F0; }
span { border-color: rgb(202,53,240); }
td.TdClassName
{
border-color: #CA35F0;
}
.TagClassName
{
border-color: #CA35F0;
}
</style>