Html Css Color HEX #C125FD Electric Purple

📋 copy color: '#C125FD'

red 193 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #C125FD

Tints of Electric Purple #C125FD

RGB

 RED value IS 193 (75.78% from 255) = 39.96%

 GREEN value IS 37 (14.84% from 255) = 7.66%

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

R = 39.96%
G = 7.66%
B = 52.38%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C125FD (or 0xC125FD) is known color: Electric Purple. HEX triplet: C1, 25 and FD. RGB value is (193,37,253). Sum of RGB (Red+Green+Blue) = 193+37+253=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C125FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125FD is #3EDA02. Grayscale: #6B6B6B. Windows color (decimal): -4119043 or 16590273. OLE color: 16590273.

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

Color convert

RGB 193 37 253 -
CMYK 0.24 0.85 0 0.01
HSL 283.33º 0.98% 0.57% -
HSV(B) 283.33º 0.85% 0.99% -
XYZ 40.38 19.75 94.61 -
YUV 108.27 209.68 188.44 -
System Red Green Blue C M Y K H S L
Decimal 193 37 253 0.24 0.85 0 0.01 283.33 0.98 0.57
Hex C1 25 FD 18 55 0 1 11B 62 39
Octal 301 45 375 30 125 0 1 433 142 71
Binary 11000001 100101 11111101 11000 1010101 0 1 100011011 1100010 111001

Color Harmonies of #C125FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125FD

Black with #C125FD

Text Example


Text Example

White with #C125FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125FD; }

 p { color: rgb(193,37,253); }

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

background-color css

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

 a { background-color: rgb(193,37,253); }

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

border-color css

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

 span { border-color: rgb(193,37,253); }

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