Html Css Color HEX #C50DFB Electric Purple

📋 copy color: '#C50DFB'

red 197 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #C50DFB

Tints of Electric Purple #C50DFB

RGB

 RED value IS 197 (77.34% from 255) = 42.73%

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 42.73%
G = 2.82%
B = 54.45%

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

#C50DFB (or 0xC50DFB) is known color: Electric Purple. HEX triplet: C5, 0D and FB. RGB value is (197,13,251). Sum of RGB (Red+Green+Blue) = 197+13+251=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C50DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DFB is #3AF204. Grayscale: #5E5E5E. Windows color (decimal): -3863045 or 16453061. OLE color: 16453061.

HSL color Cylindrical-coordinate representation of color #C50DFB: hue angle of 286.39º degrees, saturation: 0.97, 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 #C50DFB is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 13 251 -
CMYK 0.22 0.95 0 0.02
HSL 286.39º 0.97% 0.52% -
HSV(B) 286.39º 0.95% 0.98% -
XYZ 40.58 19.12 92.82 -
YUV 95.15 215.96 200.65 -
System Red Green Blue C M Y K H S L
Decimal 197 13 251 0.22 0.95 0 0.02 286.39 0.97 0.52
Hex C5 D FB 16 5F 0 2 11E 61 34
Octal 305 15 373 26 137 0 2 436 141 64
Binary 11000101 1101 11111011 10110 1011111 0 10 100011110 1100001 110100

Color Harmonies of #C50DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DFB

Black with #C50DFB

Text Example


Text Example

White with #C50DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DFB; }

 p { color: rgb(197,13,251); }

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

background-color css

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

 a { background-color: rgb(197,13,251); }

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

border-color css

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

 span { border-color: rgb(197,13,251); }

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