Shades of Medium Orchid #CA36E7
Tints of Medium Orchid #CA36E7
RGB
CMYK
RGB Variations
Color information
#CA36E7 (or 0xCA36E7) is known color: Medium Orchid. HEX triplet: CA, 36 and E7. RGB value is (202,54,231). Sum of RGB (Red+Green+Blue) = 202+54+231=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA36E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36E7 is #35C918. Grayscale: #757575. Windows color (decimal): -3524889 or 15152842. OLE color: 15152842.
HSL color Cylindrical-coordinate representation of color #CA36E7: hue angle of 290.17º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA36E7 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 54 | 231 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.09 |
| HSL | 290.17º | 0.79% | 0.56% | - |
| HSV(B) | 290.17º | 0.77% | 0.91% | - |
| XYZ | 40.1 | 20.96 | 77.53 | - |
| YUV | 118.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 231 | 0.13 | 0.77 | 0 | 0.09 | 290.17 | 0.79 | 0.56 |
| Hex | CA | 36 | E7 | D | 4D | 0 | 9 | 122 | 4F | 38 |
| Octal | 312 | 66 | 347 | 15 | 115 | 0 | 11 | 442 | 117 | 70 |
| Binary | 11001010 | 110110 | 11100111 | 1101 | 1001101 | 0 | 1001 | 100100010 | 1001111 | 111000 |
Color Harmonies of #CA36E7
Complementary color
Monochromatic Colors of #CA36E7
Black with #CA36E7
Text Example
Text Example
White with #CA36E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36E7; }
p { color: rgb(202,54,231); }
H1.HeaderClassName
{
color: #CA36E7;
}
.AnyTagClassName
{
color: #CA36E7;
}
</style>
background-color css
<style>
a { background-color: #CA36E7; }
a { background-color: rgb(202,54,231); }
div.DivClassName
{
background-color: #CA36E7;
}
.BgClassName
{
background-color: #CA36E7;
}
</style>
border-color css
<style>
span { border-color: #CA36E7; }
span { border-color: rgb(202,54,231); }
td.TdClassName
{
border-color: #CA36E7;
}
.TagClassName
{
border-color: #CA36E7;
}
</style>