Html Css Color HEX #C802FD Electric Purple

📋 copy color: '#C802FD'

red 200 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #C802FD

Tints of Electric Purple #C802FD

RGB

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

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

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

R = 43.96%
G = 0.44%
B = 55.6%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C802FD (or 0xC802FD) is known color: Electric Purple. HEX triplet: C8, 02 and FD. RGB value is (200,2,253). Sum of RGB (Red+Green+Blue) = 200+2+253=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #C802FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802FD is #37FD02. Grayscale: #595959. Windows color (decimal): -3669251 or 16581320. OLE color: 16581320.

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

Color convert

RGB 200 2 253 -
CMYK 0.21 0.99 0 0.01
HSL 287.33º 0.98% 0.5% -
HSV(B) 287.33º 0.99% 0.99% -
XYZ 41.57 19.41 94.48 -
YUV 89.82 220.1 206.59 -
System Red Green Blue C M Y K H S L
Decimal 200 2 253 0.21 0.99 0 0.01 287.33 0.98 0.5
Hex C8 2 FD 15 63 0 1 11F 62 32
Octal 310 2 375 25 143 0 1 437 142 62
Binary 11001000 10 11111101 10101 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C802FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802FD

Black with #C802FD

Text Example


Text Example

White with #C802FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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