Html Css Color HEX #C813FD Electric Purple

📋 copy color: '#C813FD'

red 200 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C813FD

Tints of Electric Purple #C813FD

RGB

 RED value IS 200 (78.52% from 255) = 42.37%

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

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

R = 42.37%
G = 4.03%
B = 53.6%

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

#C813FD (or 0xC813FD) is known color: Electric Purple. HEX triplet: C8, 13 and FD. RGB value is (200,19,253). Sum of RGB (Red+Green+Blue) = 200+19+253=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C813FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813FD is #37EC02. Grayscale: #636363. Windows color (decimal): -3664899 or 16585672. OLE color: 16585672.

HSL color Cylindrical-coordinate representation of color #C813FD: hue angle of 286.41º 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 #C813FD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 19 253 -
CMYK 0.21 0.92 0 0.01
HSL 286.41º 0.98% 0.53% -
HSV(B) 286.41º 0.92% 0.99% -
XYZ 41.78 19.84 94.56 -
YUV 99.8 214.47 199.47 -
System Red Green Blue C M Y K H S L
Decimal 200 19 253 0.21 0.92 0 0.01 286.41 0.98 0.53
Hex C8 13 FD 15 5C 0 1 11E 62 35
Octal 310 23 375 25 134 0 1 436 142 65
Binary 11001000 10011 11111101 10101 1011100 0 1 100011110 1100010 110101

Color Harmonies of #C813FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813FD

Black with #C813FD

Text Example


Text Example

White with #C813FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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