Html Css Color HEX #C721EB Electric Purple

📋 copy color: '#C721EB'

red 199 ◦ green 33 ◦ blue 235

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

Shades of Electric Purple #C721EB

Tints of Electric Purple #C721EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.07%

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

R = 42.61%
G = 7.07%
B = 50.32%

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

#C721EB (or 0xC721EB) is known color: Electric Purple. HEX triplet: C7, 21 and EB. RGB value is (199,33,235). Sum of RGB (Red+Green+Blue) = 199+33+235=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C721EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721EB is #38DE14. Grayscale: #696969. Windows color (decimal): -3726869 or 15409607. OLE color: 15409607.

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

Color convert

RGB 199 33 235 -
CMYK 0.15 0.86 0 0.08
HSL 289.31º 0.83% 0.53% -
HSV(B) 289.31º 0.86% 0.92% -
XYZ 39.09 19.23 80.25 -
YUV 105.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 199 33 235 0.15 0.86 0 0.08 289.31 0.83 0.53
Hex C7 21 EB F 56 0 8 121 53 35
Octal 307 41 353 17 126 0 10 441 123 65
Binary 11000111 100001 11101011 1111 1010110 0 1000 100100001 1010011 110101

Color Harmonies of #C721EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721EB

Black with #C721EB

Text Example


Text Example

White with #C721EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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