Shades of Medium Orchid #CA39FF
Tints of Medium Orchid #CA39FF
RGB
CMYK
RGB Variations
Color information
#CA39FF (or 0xCA39FF) is known color: Medium Orchid. HEX triplet: CA, 39 and FF. RGB value is (202,57,255). Sum of RGB (Red+Green+Blue) = 202+57+255=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 57 (22.66% from 255 or 11.09% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA39FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39FF is #35C600. Grayscale: #7A7A7A. Windows color (decimal): -3524097 or 16726474. OLE color: 16726474.
HSL color Cylindrical-coordinate representation of color #CA39FF: hue angle of 283.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA39FF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 57 | 255 | - |
| CMYK | 0.21 | 0.78 | 0 | 0 |
| HSL | 283.94º | 1% | 0.61% | - |
| HSV(B) | 283.94º | 0.78% | 1% | - |
| XYZ | 43.87 | 22.7 | 96.68 | - |
| YUV | 122.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 255 | 0.21 | 0.78 | 0 | 0 | 283.94 | 1 | 0.61 |
| Hex | CA | 39 | FF | 15 | 4E | 0 | 0 | 11C | 64 | 3D |
| Octal | 312 | 71 | 377 | 25 | 116 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001010 | 111001 | 11111111 | 10101 | 1001110 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #CA39FF
Complementary color
Monochromatic Colors of #CA39FF
Black with #CA39FF
Text Example
Text Example
White with #CA39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39FF; }
p { color: rgb(202,57,255); }
H1.HeaderClassName
{
color: #CA39FF;
}
.AnyTagClassName
{
color: #CA39FF;
}
</style>
background-color css
<style>
a { background-color: #CA39FF; }
a { background-color: rgb(202,57,255); }
div.DivClassName
{
background-color: #CA39FF;
}
.BgClassName
{
background-color: #CA39FF;
}
</style>
border-color css
<style>
span { border-color: #CA39FF; }
span { border-color: rgb(202,57,255); }
td.TdClassName
{
border-color: #CA39FF;
}
.TagClassName
{
border-color: #CA39FF;
}
</style>