#CA06E7

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

Shades of Electric Purple #CA06E7

Tints of Electric Purple #CA06E7

Color information

#CA06E7 (or 0xCA06E7) is unknown color: approx Electric Purple. HEX triplet: CA, 06 and E7. RGB value is (202,6,231). Sum of RGB (Red+Green+Blue) = 202+6+231=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA06E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06E7 is #35F918. Grayscale: #595959. Windows color (decimal): -3537177 or 15140554. OLE color: 15140554.

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

Color convert

RGB2026231-
CMYK0.130.9700.09
HSL292.27º94.94%46.47%-
HSV(B)292.27º97.4%90.59%-
XYZ38.8518.4677.12-
YUV90.25207.43207.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 6 (2.73% from 255) = 1.37%
BLUE value IS 231 (90.62% from 255) = 52.62%
R=46.01%
G=1.37%
B=52.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20262310.130.9700.09292.2794.9446.47
HexCA6E7D61091245f2e
Octal31263471514101144413756
Binary110010101101110011111011100001010011001001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA06E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA06E7; }

 p { color: rgb(202,6,231); }

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

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

 a { background-color: rgb(202,6,231); }

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

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

 span { border-color: rgb(202,6,231); }

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