Html Css Color HEX #C72FFD Electric Purple

📋 copy color: '#C72FFD'

red 199 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #C72FFD

Tints of Electric Purple #C72FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.42%

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

R = 39.88%
G = 9.42%
B = 50.7%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C72FFD (or 0xC72FFD) is known color: Electric Purple. HEX triplet: C7, 2F and FD. RGB value is (199,47,253). Sum of RGB (Red+Green+Blue) = 199+47+253=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C72FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FFD is #38D002. Grayscale: #737373. Windows color (decimal): -3723267 or 16592839. OLE color: 16592839.

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

Color convert

RGB 199 47 253 -
CMYK 0.21 0.81 0 0.01
HSL 284.27º 0.98% 0.59% -
HSV(B) 284.27º 0.81% 0.99% -
XYZ 42.3 21.27 94.8 -
YUV 115.93 205.36 187.25 -
System Red Green Blue C M Y K H S L
Decimal 199 47 253 0.21 0.81 0 0.01 284.27 0.98 0.59
Hex C7 2F FD 15 51 0 1 11C 62 3B
Octal 307 57 375 25 121 0 1 434 142 73
Binary 11000111 101111 11111101 10101 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C72FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FFD

Black with #C72FFD

Text Example


Text Example

White with #C72FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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