#CA34FD

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

Shades of Electric Purple #CA34FD

Tints of Electric Purple #CA34FD

Color information

#CA34FD (or 0xCA34FD) is unknown color: approx Electric Purple. HEX triplet: CA, 34 and FD. RGB value is (202,52,253). Sum of RGB (Red+Green+Blue) = 202+52+253=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 52 (20.70% from 255 or 10.26% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA34FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34FD is #35CB02. Grayscale: #777777. Windows color (decimal): -3525379 or 16594122. OLE color: 16594122.

HSL color Cylindrical-coordinate representation of color #CA34FD: hue angle of 284.78º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA34FD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20252253-
CMYK0.200.7900.01
HSL284.78º98.05%59.8%-
HSV(B)284.78º79.45%99.22%-
XYZ43.3122.194.91-
YUV119.76203.2186.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 52 (20.70% from 255) = 10.26%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=39.84%
G=10.26%
B=49.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202522530.200.7900.01284.7898.0559.8
HexCA34FD144F0111d623c
Octal31264375241170143514274
Binary1100101011010011111101101001001111011000111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA34FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA34FD; }

 p { color: rgb(202,52,253); }

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

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

 a { background-color: rgb(202,52,253); }

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

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

 span { border-color: rgb(202,52,253); }

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