Html Css Color HEX #CA2AFD Electric Purple

📋 copy color: '#CA2AFD'

red 202 ◦ green 42 ◦ blue 253

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

Shades of Electric Purple #CA2AFD

Tints of Electric Purple #CA2AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.45%

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

R = 40.64%
G = 8.45%
B = 50.91%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA2AFD (or 0xCA2AFD) is known color: Electric Purple. HEX triplet: CA, 2A and FD. RGB value is (202,42,253). Sum of RGB (Red+Green+Blue) = 202+42+253=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2AFD is #35D502. Grayscale: #717171. Windows color (decimal): -3527939 or 16591562. OLE color: 16591562.

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

Color convert

RGB 202 42 253 -
CMYK 0.20 0.83 0 0.01
HSL 285.5º 0.98% 0.58% -
HSV(B) 285.5º 0.83% 0.99% -
XYZ 42.91 21.3 94.78 -
YUV 113.89 206.51 190.84 -
System Red Green Blue C M Y K H S L
Decimal 202 42 253 0.20 0.83 0 0.01 285.5 0.98 0.58
Hex CA 2A FD 14 53 0 1 11D 62 3A
Octal 312 52 375 24 123 0 1 435 142 72
Binary 11001010 101010 11111101 10100 1010011 0 1 100011101 1100010 111010

Color Harmonies of #CA2AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AFD

Black with #CA2AFD

Text Example


Text Example

White with #CA2AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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