Html Css Color HEX #CA20FF Electric Purple

📋 copy color: '#CA20FF'

red 202 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #CA20FF

Tints of Electric Purple #CA20FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 41.31%
G = 6.54%
B = 52.15%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA20FF (or 0xCA20FF) is known color: Electric Purple. HEX triplet: CA, 20 and FF. RGB value is (202,32,255). Sum of RGB (Red+Green+Blue) = 202+32+255=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20FF is #35DF00. Grayscale: #6B6B6B. Windows color (decimal): -3530497 or 16720074. OLE color: 16720074.

HSL color Cylindrical-coordinate representation of color #CA20FF: hue angle of 285.74º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20FF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 32 255 -
CMYK 0.21 0.87 0 0
HSL 285.74º 1% 0.56% -
HSV(B) 285.74º 0.87% 1% -
XYZ 42.92 20.81 96.36 -
YUV 108.25 210.82 194.87 -
System Red Green Blue C M Y K H S L
Decimal 202 32 255 0.21 0.87 0 0 285.74 1 0.56
Hex CA 20 FF 15 57 0 0 11E 64 38
Octal 312 40 377 25 127 0 0 436 144 70
Binary 11001010 100000 11111111 10101 1010111 0 0 100011110 1100100 111000

Color Harmonies of #CA20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20FF

Black with #CA20FF

Text Example


Text Example

White with #CA20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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