Html Css Color HEX #C813FA Electric Purple

📋 copy color: '#C813FA'

red 200 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #C813FA

Tints of Electric Purple #C813FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 42.64%
G = 4.05%
B = 53.3%

CMYK

 C value IS 0.2

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C813FA (or 0xC813FA) is known color: Electric Purple. HEX triplet: C8, 13 and FA. RGB value is (200,19,250). Sum of RGB (Red+Green+Blue) = 200+19+250=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C813FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813FA is #37EC05. Grayscale: #626262. Windows color (decimal): -3664902 or 16389064. OLE color: 16389064.

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

Color convert

RGB 200 19 250 -
CMYK 0.2 0.92 0 0.02
HSL 287.01º 0.96% 0.53% -
HSV(B) 287.01º 0.92% 0.98% -
XYZ 41.31 19.65 92.06 -
YUV 99.45 212.97 199.72 -
System Red Green Blue C M Y K H S L
Decimal 200 19 250 0.2 0.92 0 0.02 287.01 0.96 0.53
Hex C8 13 FA 14 5C 0 2 11F 60 35
Octal 310 23 372 24 134 0 2 437 140 65
Binary 11001000 10011 11111010 10100 1011100 0 10 100011111 1100000 110101

Color Harmonies of #C813FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813FA

Black with #C813FA

Text Example


Text Example

White with #C813FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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