#CA0CEB

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

Shades of Electric Purple #CA0CEB

Tints of Electric Purple #CA0CEB

Color information

#CA0CEB (or 0xCA0CEB) is unknown color: approx Electric Purple. HEX triplet: CA, 0C and EB. RGB value is (202,12,235). Sum of RGB (Red+Green+Blue) = 202+12+235=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CEB is #35F314. Grayscale: #5D5D5D. Windows color (decimal): -3535637 or 15404234. OLE color: 15404234.

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

Color convert

RGB20212235-
CMYK0.140.9500.08
HSL291.12º90.28%48.43%-
HSV(B)291.12º94.89%92.16%-
XYZ39.4818.8280.15-
YUV94.23207.45204.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 12 (5.08% from 255) = 2.67%
BLUE value IS 235 (92.19% from 255) = 52.34%
R=44.99%
G=2.67%
B=52.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202122350.140.9500.08291.1290.2848.43
HexCACEBE5F081235a30
Octal312143531613701044313260
Binary1100101011001110101111101011111010001001000111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0CEB; }

 p { color: rgb(202,12,235); }

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

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

 a { background-color: rgb(202,12,235); }

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

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

 span { border-color: rgb(202,12,235); }

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