Html Css Color HEX #C20CFD Electric Purple

📋 copy color: '#C20CFD'

red 194 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #C20CFD

Tints of Electric Purple #C20CFD

RGB

 RED value IS 194 (76.17% from 255) = 42.27%

 GREEN value IS 12 (5.08% from 255) = 2.61%

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

R = 42.27%
G = 2.61%
B = 55.12%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C20CFD (or 0xC20CFD) is known color: Electric Purple. HEX triplet: C2, 0C and FD. RGB value is (194,12,253). Sum of RGB (Red+Green+Blue) = 194+12+253=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 12 (5.08% from 255 or 2.61% 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 #C20CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CFD is #3DF302. Grayscale: #5D5D5D. Windows color (decimal): -4059907 or 16583874. OLE color: 16583874.

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

Color convert

RGB 194 12 253 -
CMYK 0.23 0.95 0 0.01
HSL 285.31º 0.98% 0.52% -
HSV(B) 285.31º 0.95% 0.99% -
XYZ 40.11 18.82 94.45 -
YUV 93.89 217.8 199.4 -
System Red Green Blue C M Y K H S L
Decimal 194 12 253 0.23 0.95 0 0.01 285.31 0.98 0.52
Hex C2 C FD 17 5F 0 1 11D 62 34
Octal 302 14 375 27 137 0 1 435 142 64
Binary 11000010 1100 11111101 10111 1011111 0 1 100011101 1100010 110100

Color Harmonies of #C20CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CFD

Black with #C20CFD

Text Example


Text Example

White with #C20CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CFD; }

 p { color: rgb(194,12,253); }

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

background-color css

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

 a { background-color: rgb(194,12,253); }

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

border-color css

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

 span { border-color: rgb(194,12,253); }

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