Html Css Color HEX #C40DFA Electric Purple

📋 copy color: '#C40DFA'

red 196 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #C40DFA

Tints of Electric Purple #C40DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.83%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 42.7%
G = 2.83%
B = 54.47%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C40DFA (or 0xC40DFA) is known color: Electric Purple. HEX triplet: C4, 0D and FA. RGB value is (196,13,250). Sum of RGB (Red+Green+Blue) = 196+13+250=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #C40DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DFA is #3BF205. Grayscale: #5D5D5D. Windows color (decimal): -3928582 or 16387524. OLE color: 16387524.

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

Color convert

RGB 196 13 250 -
CMYK 0.22 0.95 0 0.02
HSL 286.33º 0.96% 0.52% -
HSV(B) 286.33º 0.95% 0.98% -
XYZ 40.16 18.93 91.98 -
YUV 94.74 215.63 200.23 -
System Red Green Blue C M Y K H S L
Decimal 196 13 250 0.22 0.95 0 0.02 286.33 0.96 0.52
Hex C4 D FA 16 5F 0 2 11E 60 34
Octal 304 15 372 26 137 0 2 436 140 64
Binary 11000100 1101 11111010 10110 1011111 0 10 100011110 1100000 110100

Color Harmonies of #C40DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DFA

Black with #C40DFA

Text Example


Text Example

White with #C40DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DFA; }

 p { color: rgb(196,13,250); }

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

background-color css

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

 a { background-color: rgb(196,13,250); }

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

border-color css

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

 span { border-color: rgb(196,13,250); }

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