Html Css Color HEX #C802FA Electric Purple

📋 copy color: '#C802FA'

red 200 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #C802FA

Tints of Electric Purple #C802FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 44.25%
G = 0.44%
B = 55.31%

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

#C802FA (or 0xC802FA) is known color: Electric Purple. HEX triplet: C8, 02 and FA. RGB value is (200,2,250). Sum of RGB (Red+Green+Blue) = 200+2+250=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C802FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802FA is #37FD05. Grayscale: #585858. Windows color (decimal): -3669254 or 16384712. OLE color: 16384712.

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

Color convert

RGB 200 2 250 -
CMYK 0.2 0.99 0 0.02
HSL 287.9º 0.98% 0.49% -
HSV(B) 287.9º 0.99% 0.98% -
XYZ 41.1 19.22 91.99 -
YUV 89.47 218.6 206.83 -
System Red Green Blue C M Y K H S L
Decimal 200 2 250 0.2 0.99 0 0.02 287.9 0.98 0.49
Hex C8 2 FA 14 63 0 2 120 62 31
Octal 310 2 372 24 143 0 2 440 142 61
Binary 11001000 10 11111010 10100 1100011 0 10 100100000 1100010 110001

Color Harmonies of #C802FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802FA

Black with #C802FA

Text Example


Text Example

White with #C802FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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