Html Css Color HEX #CA20EB Electric Purple

📋 copy color: '#CA20EB'

red 202 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #CA20EB

Tints of Electric Purple #CA20EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 43.07%
G = 6.82%
B = 50.11%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA20EB (or 0xCA20EB) is known color: Electric Purple. HEX triplet: CA, 20 and EB. RGB value is (202,32,235). Sum of RGB (Red+Green+Blue) = 202+32+235=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20EB is #35DF14. Grayscale: #696969. Windows color (decimal): -3530517 or 15409354. OLE color: 15409354.

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

Color convert

RGB 202 32 235 -
CMYK 0.14 0.86 0 0.08
HSL 290.25º 0.84% 0.52% -
HSV(B) 290.25º 0.86% 0.92% -
XYZ 39.87 19.59 80.28 -
YUV 105.97 200.82 196.49 -
System Red Green Blue C M Y K H S L
Decimal 202 32 235 0.14 0.86 0 0.08 290.25 0.84 0.52
Hex CA 20 EB E 56 0 8 122 54 34
Octal 312 40 353 16 126 0 10 442 124 64
Binary 11001010 100000 11101011 1110 1010110 0 1000 100100010 1010100 110100

Color Harmonies of #CA20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20EB

Black with #CA20EB

Text Example


Text Example

White with #CA20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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