#ca60e8

Color #CA60E8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CA60E8

Tints of Medium Orchid #CA60E8

Color information

#CA60E8 (or 0xCA60E8) is unknown color: approx Medium Orchid. HEX triplet: CA, 60 and E8. RGB value is (202,96,232). Sum of RGB (Red+Green+Blue) = 202+96+232=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA60E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60E8 is #359F17. Grayscale: #8E8E8E. Windows color (decimal): -3514136 or 15229130. OLE color: 15229130.

HSL color Cylindrical-coordinate representation of color #CA60E8: hue angle of 286.76º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA60E8 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20296232-
CMYK0.130.5900.09
HSL286.76º74.73%64.31%-
HSV(B)286.76º58.62%90.98%-
XYZ43.1126.7579.24-
YUV143.2178.12169.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 96 (37.89% from 255) = 18.11%
BLUE value IS 232 (91.02% from 255) = 43.77%
R=38.11%
G=18.11%
B=43.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202962320.130.5900.09286.7674.7364.31
HexCA60E8D3B0911f4b40
Octal3121403501573011437113100
Binary1100101011000001110100011011110110100110001111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca60e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca60e8; }

 p { color: rgb(202,96,232); }

 H1.HeaderClassName
 {
   color: #ca60e8;
 }
 .AnyTagClassName
 {
   color: #ca60e8;
 }
</style>
background-color css

<style>
 a { background-color: #ca60e8; }

 a { background-color: rgb(202,96,232); }

 div.DivClassName
 {
   background-color: #ca60e8;
 }
 .BgClassName
 {
   background-color: #ca60e8;
 }
</style>
border-color css

<style>
 span { border-color: #ca60e8; }

 span { border-color: rgb(202,96,232); }

 td.TdClassName
 {
   border-color: #ca60e8;
 }
 .TagClassName
 {
   border-color: #ca60e8;
 }
</style>