Html Css Color HEX #C423FD Electric Purple

📋 copy color: '#C423FD'

red 196 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #C423FD

Tints of Electric Purple #C423FD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.23%

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

R = 40.5%
G = 7.23%
B = 52.27%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C423FD (or 0xC423FD) is known color: Electric Purple. HEX triplet: C4, 23 and FD. RGB value is (196,35,253). Sum of RGB (Red+Green+Blue) = 196+35+253=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C423FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423FD is #3BDC02. Grayscale: #6B6B6B. Windows color (decimal): -3922947 or 16589764. OLE color: 16589764.

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

Color convert

RGB 196 35 253 -
CMYK 0.23 0.86 0 0.01
HSL 284.31º 0.98% 0.56% -
HSV(B) 284.31º 0.86% 0.99% -
XYZ 41.1 20.03 94.63 -
YUV 107.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 196 35 253 0.23 0.86 0 0.01 284.31 0.98 0.56
Hex C4 23 FD 17 56 0 1 11C 62 38
Octal 304 43 375 27 126 0 1 434 142 70
Binary 11000100 100011 11111101 10111 1010110 0 1 100011100 1100010 111000

Color Harmonies of #C423FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423FD

Black with #C423FD

Text Example


Text Example

White with #C423FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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