Html Css Color HEX #C703FD Electric Purple

📋 copy color: '#C703FD'

red 199 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #C703FD

Tints of Electric Purple #C703FD

RGB

 RED value IS 199 (78.13% from 255) = 43.74%

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

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

R = 43.74%
G = 0.66%
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

#C703FD (or 0xC703FD) is known color: Electric Purple. HEX triplet: C7, 03 and FD. RGB value is (199,3,253). Sum of RGB (Red+Green+Blue) = 199+3+253=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 3 (1.56% from 255 or 0.66% 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 #C703FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C703FD is #38FC02. Grayscale: #595959. Windows color (decimal): -3734531 or 16581575. OLE color: 16581575.

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

Color convert

RGB 199 3 253 -
CMYK 0.21 0.99 0 0.01
HSL 287.04º 0.98% 0.5% -
HSV(B) 287.04º 0.99% 0.99% -
XYZ 41.32 19.3 94.48 -
YUV 90.1 219.93 205.67 -
System Red Green Blue C M Y K H S L
Decimal 199 3 253 0.21 0.99 0 0.01 287.04 0.98 0.5
Hex C7 3 FD 15 63 0 1 11F 62 32
Octal 307 3 375 25 143 0 1 437 142 62
Binary 11000111 11 11111101 10101 1100011 0 1 100011111 1100010 110010

Color Harmonies of #C703FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703FD

Black with #C703FD

Text Example


Text Example

White with #C703FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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