Html Css Color HEX #CA2EFD Electric Purple

📋 copy color: '#CA2EFD'

red 202 ◦ green 46 ◦ blue 253

#CA2EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA2EFD

Tints of Electric Purple #CA2EFD

RGB

 RED value IS 202 (79.3% from 255) = 40.32%

 GREEN value IS 46 (18.36% from 255) = 9.18%

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 40.32%
G = 9.18%
B = 50.5%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA2EFD (or 0xCA2EFD) is known color: Electric Purple. HEX triplet: CA, 2E and FD. RGB value is (202,46,253). Sum of RGB (Red+Green+Blue) = 202+46+253=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA2EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EFD is #35D102. Grayscale: #737373. Windows color (decimal): -3526915 or 16592586. OLE color: 16592586.

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

Color convert

RGB 202 46 253 -
CMYK 0.20 0.82 0 0.01
HSL 285.22º 0.98% 0.59% -
HSV(B) 285.22º 0.82% 0.99% -
XYZ 43.06 21.6 94.83 -
YUV 116.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 202 46 253 0.20 0.82 0 0.01 285.22 0.98 0.59
Hex CA 2E FD 14 52 0 1 11D 62 3B
Octal 312 56 375 24 122 0 1 435 142 73
Binary 11001010 101110 11111101 10100 1010010 0 1 100011101 1100010 111011

Color Harmonies of #CA2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EFD

Black with #CA2EFD

Text Example


Text Example

White with #CA2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EFD; }

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

 H1.HeaderClassName
 {
   color: #CA2EFD;
 }
 .AnyTagClassName
 {
   color: #CA2EFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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