Html Css Color HEX #C803FA Electric Purple

📋 copy color: '#C803FA'

red 200 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #C803FA

Tints of Electric Purple #C803FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 44.15%
G = 0.66%
B = 55.19%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C803FA (or 0xC803FA) is known color: Electric Purple. HEX triplet: C8, 03 and FA. RGB value is (200,3,250). Sum of RGB (Red+Green+Blue) = 200+3+250=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #C803FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803FA is #37FC05. Grayscale: #595959. Windows color (decimal): -3668998 or 16384968. OLE color: 16384968.

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

Color convert

RGB 200 3 250 -
CMYK 0.2 0.99 0 0.02
HSL 287.85º 0.98% 0.5% -
HSV(B) 287.85º 0.99% 0.98% -
XYZ 41.11 19.25 91.99 -
YUV 90.06 218.27 206.42 -
System Red Green Blue C M Y K H S L
Decimal 200 3 250 0.2 0.99 0 0.02 287.85 0.98 0.5
Hex C8 3 FA 14 63 0 2 120 62 32
Octal 310 3 372 24 143 0 2 440 142 62
Binary 11001000 11 11111010 10100 1100011 0 10 100100000 1100010 110010

Color Harmonies of #C803FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803FA

Black with #C803FA

Text Example


Text Example

White with #C803FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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