Html Css Color HEX #C50DF3 Electric Purple

📋 copy color: '#C50DF3'

red 197 ◦ green 13 ◦ blue 243

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

Shades of Electric Purple #C50DF3

Tints of Electric Purple #C50DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.64%

R = 43.49%
G = 2.87%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C50DF3 (or 0xC50DF3) is known color: Electric Purple. HEX triplet: C5, 0D and F3. RGB value is (197,13,243). Sum of RGB (Red+Green+Blue) = 197+13+243=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #C50DF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50DF3 is #3AF20C. Grayscale: #5D5D5D. Windows color (decimal): -3863053 or 15928773. OLE color: 15928773.

HSL color Cylindrical-coordinate representation of color #C50DF3: hue angle of 288º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50DF3 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 13 243 -
CMYK 0.19 0.95 0 0.05
HSL 288º 0.91% 0.5% -
HSV(B) 288º 0.95% 0.95% -
XYZ 39.35 18.63 86.32 -
YUV 94.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 197 13 243 0.19 0.95 0 0.05 288 0.91 0.5
Hex C5 D F3 13 5F 0 5 120 5B 32
Octal 305 15 363 23 137 0 5 440 133 62
Binary 11000101 1101 11110011 10011 1011111 0 101 100100000 1011011 110010

Color Harmonies of #C50DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DF3

Black with #C50DF3

Text Example


Text Example

White with #C50DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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