Html Css Color HEX #C50DED Electric Purple

📋 copy color: '#C50DED'

red 197 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #C50DED

Tints of Electric Purple #C50DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 44.07%
G = 2.91%
B = 53.02%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C50DED (or 0xC50DED) is known color: Electric Purple. HEX triplet: C5, 0D and ED. RGB value is (197,13,237). Sum of RGB (Red+Green+Blue) = 197+13+237=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C50DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DED is #3AF212. Grayscale: #5C5C5C. Windows color (decimal): -3863059 or 15535557. OLE color: 15535557.

HSL color Cylindrical-coordinate representation of color #C50DED: hue angle of 289.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50DED is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 13 237 -
CMYK 0.17 0.95 0 0.07
HSL 289.29º 0.9% 0.49% -
HSV(B) 289.29º 0.95% 0.93% -
XYZ 38.46 18.27 81.62 -
YUV 93.55 208.96 201.79 -
System Red Green Blue C M Y K H S L
Decimal 197 13 237 0.17 0.95 0 0.07 289.29 0.9 0.49
Hex C5 D ED 11 5F 0 7 121 5A 31
Octal 305 15 355 21 137 0 7 441 132 61
Binary 11000101 1101 11101101 10001 1011111 0 111 100100001 1011010 110001

Color Harmonies of #C50DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DED

Black with #C50DED

Text Example


Text Example

White with #C50DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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