#CA4AE6

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

Shades of Medium Orchid #CA4AE6

Tints of Medium Orchid #CA4AE6

Color information

#CA4AE6 (or 0xCA4AE6) is unknown color: approx Medium Orchid. HEX triplet: CA, 4A and E6. RGB value is (202,74,230). Sum of RGB (Red+Green+Blue) = 202+74+230=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA4AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AE6 is #35B519. Grayscale: #818181. Windows color (decimal): -3519770 or 15092426. OLE color: 15092426.

HSL color Cylindrical-coordinate representation of color #CA4AE6: hue angle of 289.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4AE6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20274230-
CMYK0.120.6800.10
HSL289.23º75.73%59.61%-
HSV(B)289.23º67.83%90.2%-
XYZ41.0923.1777.17-
YUV130.06184.41179.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 74 (29.30% from 255) = 14.62%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=39.92%
G=14.62%
B=45.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202742300.120.6800.10289.2375.7359.61
HexCA4AE6C440A1214c3c
Octal3121123461410401244111474
Binary1100101010010101110011011001000100010101001000011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AE6; }

 p { color: rgb(202,74,230); }

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

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

 a { background-color: rgb(202,74,230); }

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

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

 span { border-color: rgb(202,74,230); }

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