Html Css Color HEX #CA20EC Electric Purple

📋 copy color: '#CA20EC'

red 202 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #CA20EC

Tints of Electric Purple #CA20EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.81%

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 42.98%
G = 6.81%
B = 50.21%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA20EC (or 0xCA20EC) is known color: Electric Purple. HEX triplet: CA, 20 and EC. RGB value is (202,32,236). Sum of RGB (Red+Green+Blue) = 202+32+236=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA20EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20EC is #35DF13. Grayscale: #696969. Windows color (decimal): -3530516 or 15474890. OLE color: 15474890.

HSL color Cylindrical-coordinate representation of color #CA20EC: hue angle of 290º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA20EC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 32 236 -
CMYK 0.14 0.86 0 0.07
HSL 290º 0.84% 0.53% -
HSV(B) 290º 0.86% 0.93% -
XYZ 40.01 19.65 81.04 -
YUV 106.09 201.32 196.41 -
System Red Green Blue C M Y K H S L
Decimal 202 32 236 0.14 0.86 0 0.07 290 0.84 0.53
Hex CA 20 EC E 56 0 7 122 54 35
Octal 312 40 354 16 126 0 7 442 124 65
Binary 11001010 100000 11101100 1110 1010110 0 111 100100010 1010100 110101

Color Harmonies of #CA20EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20EC

Black with #CA20EC

Text Example


Text Example

White with #CA20EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20EC; }

 p { color: rgb(202,32,236); }

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

background-color css

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

 a { background-color: rgb(202,32,236); }

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

border-color css

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

 span { border-color: rgb(202,32,236); }

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