Html Css Color HEX #C20AFD Electric Purple

📋 copy color: '#C20AFD'

red 194 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #C20AFD

Tints of Electric Purple #C20AFD

RGB

 RED value IS 194 (76.17% from 255) = 42.45%

 GREEN value IS 10 (4.3% from 255) = 2.19%

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

R = 42.45%
G = 2.19%
B = 55.36%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C20AFD (or 0xC20AFD) is known color: Electric Purple. HEX triplet: C2, 0A and FD. RGB value is (194,10,253). Sum of RGB (Red+Green+Blue) = 194+10+253=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #C20AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFD is #3DF502. Grayscale: #5B5B5B. Windows color (decimal): -4060419 or 16583362. OLE color: 16583362.

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

Color convert

RGB 194 10 253 -
CMYK 0.23 0.96 0 0.01
HSL 285.43º 0.98% 0.52% -
HSV(B) 285.43º 0.96% 0.99% -
XYZ 40.09 18.78 94.44 -
YUV 92.72 218.46 200.24 -
System Red Green Blue C M Y K H S L
Decimal 194 10 253 0.23 0.96 0 0.01 285.43 0.98 0.52
Hex C2 A FD 17 60 0 1 11D 62 34
Octal 302 12 375 27 140 0 1 435 142 64
Binary 11000010 1010 11111101 10111 1100000 0 1 100011101 1100010 110100

Color Harmonies of #C20AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AFD

Black with #C20AFD

Text Example


Text Example

White with #C20AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AFD; }

 p { color: rgb(194,10,253); }

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

background-color css

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

 a { background-color: rgb(194,10,253); }

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

border-color css

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

 span { border-color: rgb(194,10,253); }

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