Html Css Color HEX #C430FD Electric Purple

📋 copy color: '#C430FD'

red 196 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #C430FD

Tints of Electric Purple #C430FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.66%

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

R = 39.44%
G = 9.66%
B = 50.91%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C430FD (or 0xC430FD) is known color: Electric Purple. HEX triplet: C4, 30 and FD. RGB value is (196,48,253). Sum of RGB (Red+Green+Blue) = 196+48+253=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C430FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430FD is #3BCF02. Grayscale: #727272. Windows color (decimal): -3919619 or 16593092. OLE color: 16593092.

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

Color convert

RGB 196 48 253 -
CMYK 0.23 0.81 0 0.01
HSL 283.32º 0.98% 0.59% -
HSV(B) 283.32º 0.81% 0.99% -
XYZ 41.55 20.94 94.78 -
YUV 115.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 196 48 253 0.23 0.81 0 0.01 283.32 0.98 0.59
Hex C4 30 FD 17 51 0 1 11B 62 3B
Octal 304 60 375 27 121 0 1 433 142 73
Binary 11000100 110000 11111101 10111 1010001 0 1 100011011 1100010 111011

Color Harmonies of #C430FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430FD

Black with #C430FD

Text Example


Text Example

White with #C430FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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