Html Css Color HEX #C427FA Electric Purple

📋 copy color: '#C427FA'

red 196 ◦ green 39 ◦ blue 250

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

Shades of Electric Purple #C427FA

Tints of Electric Purple #C427FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.04%

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

R = 40.41%
G = 8.04%
B = 51.55%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C427FA (or 0xC427FA) is known color: Electric Purple. HEX triplet: C4, 27 and FA. RGB value is (196,39,250). Sum of RGB (Red+Green+Blue) = 196+39+250=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C427FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427FA is #3BD805. Grayscale: #6D6D6D. Windows color (decimal): -3921926 or 16394180. OLE color: 16394180.

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

Color convert

RGB 196 39 250 -
CMYK 0.22 0.84 0 0.02
HSL 284.64º 0.95% 0.57% -
HSV(B) 284.64º 0.84% 0.98% -
XYZ 40.75 20.09 92.17 -
YUV 110 207.01 189.34 -
System Red Green Blue C M Y K H S L
Decimal 196 39 250 0.22 0.84 0 0.02 284.64 0.95 0.57
Hex C4 27 FA 16 54 0 2 11D 5F 39
Octal 304 47 372 26 124 0 2 435 137 71
Binary 11000100 100111 11111010 10110 1010100 0 10 100011101 1011111 111001

Color Harmonies of #C427FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427FA

Black with #C427FA

Text Example


Text Example

White with #C427FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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