Html Css Color HEX #C720FD Electric Purple

📋 copy color: '#C720FD'

red 199 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #C720FD

Tints of Electric Purple #C720FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.61%

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

R = 41.12%
G = 6.61%
B = 52.27%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C720FD (or 0xC720FD) is known color: Electric Purple. HEX triplet: C7, 20 and FD. RGB value is (199,32,253). Sum of RGB (Red+Green+Blue) = 199+32+253=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #C720FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720FD is #38DF02. Grayscale: #6A6A6A. Windows color (decimal): -3727107 or 16588999. OLE color: 16588999.

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

Color convert

RGB 199 32 253 -
CMYK 0.21 0.87 0 0.01
HSL 285.34º 0.98% 0.56% -
HSV(B) 285.34º 0.87% 0.99% -
XYZ 41.8 20.27 94.64 -
YUV 107.13 210.33 193.53 -
System Red Green Blue C M Y K H S L
Decimal 199 32 253 0.21 0.87 0 0.01 285.34 0.98 0.56
Hex C7 20 FD 15 57 0 1 11D 62 38
Octal 307 40 375 25 127 0 1 435 142 70
Binary 11000111 100000 11111101 10101 1010111 0 1 100011101 1100010 111000

Color Harmonies of #C720FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720FD

Black with #C720FD

Text Example


Text Example

White with #C720FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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