Html Css Color HEX #C913FD Electric Purple

📋 copy color: '#C913FD'

red 201 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C913FD

Tints of Electric Purple #C913FD

RGB

 RED value IS 201 (78.91% from 255) = 42.49%

 GREEN value IS 19 (7.81% from 255) = 4.02%

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

R = 42.49%
G = 4.02%
B = 53.49%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C913FD (or 0xC913FD) is known color: Electric Purple. HEX triplet: C9, 13 and FD. RGB value is (201,19,253). Sum of RGB (Red+Green+Blue) = 201+19+253=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #C913FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913FD is #36EC02. Grayscale: #636363. Windows color (decimal): -3599363 or 16585673. OLE color: 16585673.

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

Color convert

RGB 201 19 253 -
CMYK 0.21 0.92 0 0.01
HSL 286.67º 0.98% 0.53% -
HSV(B) 286.67º 0.92% 0.99% -
XYZ 42.05 19.98 94.57 -
YUV 100.09 214.3 199.97 -
System Red Green Blue C M Y K H S L
Decimal 201 19 253 0.21 0.92 0 0.01 286.67 0.98 0.53
Hex C9 13 FD 15 5C 0 1 11F 62 35
Octal 311 23 375 25 134 0 1 437 142 65
Binary 11001001 10011 11111101 10101 1011100 0 1 100011111 1100010 110101

Color Harmonies of #C913FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913FD

Black with #C913FD

Text Example


Text Example

White with #C913FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913FD; }

 p { color: rgb(201,19,253); }

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

background-color css

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

 a { background-color: rgb(201,19,253); }

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

border-color css

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

 span { border-color: rgb(201,19,253); }

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