Shades of Medium Orchid #CA60E6
Tints of Medium Orchid #CA60E6
RGB
CMYK
RGB Variations
Color information
#CA60E6 (or 0xCA60E6) is known color: Medium Orchid. HEX triplet: CA, 60 and E6. RGB value is (202,96,230). Sum of RGB (Red+Green+Blue) = 202+96+230=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60E6 is #359F19. Grayscale: #8E8E8E. Windows color (decimal): -3514138 or 15098058. OLE color: 15098058.
HSL color Cylindrical-coordinate representation of color #CA60E6: hue angle of 287.46º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA60E6 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 96 | 230 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.10 |
| HSL | 287.46º | 0.73% | 0.64% | - |
| HSV(B) | 287.46º | 0.58% | 0.9% | - |
| XYZ | 42.82 | 26.64 | 77.75 | - |
| YUV | 142.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 230 | 0.12 | 0.58 | 0 | 0.10 | 287.46 | 0.73 | 0.64 |
| Hex | CA | 60 | E6 | C | 3A | 0 | A | 11F | 49 | 40 |
| Octal | 312 | 140 | 346 | 14 | 72 | 0 | 12 | 437 | 111 | 100 |
| Binary | 11001010 | 1100000 | 11100110 | 1100 | 111010 | 0 | 1010 | 100011111 | 1001001 | 1000000 |
Color Harmonies of #CA60E6
Complementary color
Monochromatic Colors of #CA60E6
Black with #CA60E6
Text Example
Text Example
White with #CA60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60E6; }
p { color: rgb(202,96,230); }
H1.HeaderClassName
{
color: #CA60E6;
}
.AnyTagClassName
{
color: #CA60E6;
}
</style>
background-color css
<style>
a { background-color: #CA60E6; }
a { background-color: rgb(202,96,230); }
div.DivClassName
{
background-color: #CA60E6;
}
.BgClassName
{
background-color: #CA60E6;
}
</style>
border-color css
<style>
span { border-color: #CA60E6; }
span { border-color: rgb(202,96,230); }
td.TdClassName
{
border-color: #CA60E6;
}
.TagClassName
{
border-color: #CA60E6;
}
</style>