#CA17EA

Color #CA17EA Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CA17EA

Tints of Electric Purple #CA17EA

Color information

#CA17EA (or 0xCA17EA) is unknown color: approx Electric Purple. HEX triplet: CA, 17 and EA. RGB value is (202,23,234). Sum of RGB (Red+Green+Blue) = 202+23+234=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17EA is #35E815. Grayscale: #636363. Windows color (decimal): -3532822 or 15341514. OLE color: 15341514.

HSL color Cylindrical-coordinate representation of color #CA17EA: hue angle of 290.9º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17EA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20223234-
CMYK0.140.9000.08
HSL290.9º83.4%50.39%-
HSV(B)290.9º90.17%91.76%-
XYZ39.5119.1179.45-
YUV100.58203.3200.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 23 (9.38% from 255) = 5.01%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=44.01%
G=5.01%
B=50.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202232340.140.9000.08290.983.450.39
HexCA17EAE5A081235332
Octal312273521613201044312362
Binary11001010101111110101011101011010010001001000111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA17EA; }

 p { color: rgb(202,23,234); }

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

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

 a { background-color: rgb(202,23,234); }

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

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

 span { border-color: rgb(202,23,234); }

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