Html Css Color HEX #C803FD Electric Purple

📋 copy color: '#C803FD'

red 200 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #C803FD

Tints of Electric Purple #C803FD

RGB

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

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

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

R = 43.86%
G = 0.66%
B = 55.48%

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

#C803FD (or 0xC803FD) is known color: Electric Purple. HEX triplet: C8, 03 and FD. RGB value is (200,3,253). Sum of RGB (Red+Green+Blue) = 200+3+253=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #C803FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C803FD is #37FC02. Grayscale: #595959. Windows color (decimal): -3668995 or 16581576. OLE color: 16581576.

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

Color convert

RGB 200 3 253 -
CMYK 0.21 0.99 0 0.01
HSL 287.28º 0.98% 0.5% -
HSV(B) 287.28º 0.99% 0.99% -
XYZ 41.58 19.44 94.49 -
YUV 90.4 219.77 206.17 -
System Red Green Blue C M Y K H S L
Decimal 200 3 253 0.21 0.99 0 0.01 287.28 0.98 0.5
Hex C8 3 FD 15 63 0 1 11F 62 32
Octal 310 3 375 25 143 0 1 437 142 62
Binary 11001000 11 11111101 10101 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C803FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803FD

Black with #C803FD

Text Example


Text Example

White with #C803FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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