Html Css Color HEX #C40AFD Electric Purple

📋 copy color: '#C40AFD'

red 196 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #C40AFD

Tints of Electric Purple #C40AFD

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

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

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

R = 42.7%
G = 2.18%
B = 55.12%

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

#C40AFD (or 0xC40AFD) is known color: Electric Purple. HEX triplet: C4, 0A and FD. RGB value is (196,10,253). Sum of RGB (Red+Green+Blue) = 196+10+253=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #C40AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40AFD is #3BF502. Grayscale: #5C5C5C. Windows color (decimal): -3929347 or 16583364. OLE color: 16583364.

HSL color Cylindrical-coordinate representation of color #C40AFD: hue angle of 285.93º 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 #C40AFD is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 10 253 -
CMYK 0.23 0.96 0 0.01
HSL 285.93º 0.98% 0.52% -
HSV(B) 285.93º 0.96% 0.99% -
XYZ 40.6 19.04 94.46 -
YUV 93.32 218.12 201.24 -
System Red Green Blue C M Y K H S L
Decimal 196 10 253 0.23 0.96 0 0.01 285.93 0.98 0.52
Hex C4 A FD 17 60 0 1 11E 62 34
Octal 304 12 375 27 140 0 1 436 142 64
Binary 11000100 1010 11111101 10111 1100000 0 1 100011110 1100010 110100

Color Harmonies of #C40AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AFD

Black with #C40AFD

Text Example


Text Example

White with #C40AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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