Html Css Color HEX #C720EB Electric Purple

📋 copy color: '#C720EB'

red 199 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #C720EB

Tints of Electric Purple #C720EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 42.7%
G = 6.87%
B = 50.43%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C720EB (or 0xC720EB) is known color: Electric Purple. HEX triplet: C7, 20 and EB. RGB value is (199,32,235). Sum of RGB (Red+Green+Blue) = 199+32+235=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #C720EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720EB is #38DF14. Grayscale: #686868. Windows color (decimal): -3727125 or 15409351. OLE color: 15409351.

HSL color Cylindrical-coordinate representation of color #C720EB: hue angle of 289.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C720EB is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 32 235 -
CMYK 0.15 0.86 0 0.08
HSL 289.36º 0.84% 0.52% -
HSV(B) 289.36º 0.86% 0.92% -
XYZ 39.07 19.17 80.24 -
YUV 105.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 199 32 235 0.15 0.86 0 0.08 289.36 0.84 0.52
Hex C7 20 EB F 56 0 8 121 54 34
Octal 307 40 353 17 126 0 10 441 124 64
Binary 11000111 100000 11101011 1111 1010110 0 1000 100100001 1010100 110100

Color Harmonies of #C720EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720EB

Black with #C720EB

Text Example


Text Example

White with #C720EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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