Html Css Color HEX #C803FC Electric Purple

📋 copy color: '#C803FC'

red 200 ◦ green 3 ◦ blue 252

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

Shades of Electric Purple #C803FC

Tints of Electric Purple #C803FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 43.96%
G = 0.66%
B = 55.38%

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

#C803FC (or 0xC803FC) is known color: Electric Purple. HEX triplet: C8, 03 and FC. RGB value is (200,3,252). Sum of RGB (Red+Green+Blue) = 200+3+252=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C803FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803FC is #37FC03. Grayscale: #595959. Windows color (decimal): -3668996 or 16516040. OLE color: 16516040.

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

Color convert

RGB 200 3 252 -
CMYK 0.21 0.99 0 0.01
HSL 287.47º 0.98% 0.5% -
HSV(B) 287.47º 0.99% 0.99% -
XYZ 41.42 19.37 93.65 -
YUV 90.29 219.27 206.25 -
System Red Green Blue C M Y K H S L
Decimal 200 3 252 0.21 0.99 0 0.01 287.47 0.98 0.5
Hex C8 3 FC 15 63 0 1 11F 62 32
Octal 310 3 374 25 143 0 1 437 142 62
Binary 11001000 11 11111100 10101 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C803FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803FC

Black with #C803FC

Text Example


Text Example

White with #C803FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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