Html Css Color HEX #C611EB Electric Purple

📋 copy color: '#C611EB'

red 198 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #C611EB

Tints of Electric Purple #C611EB

RGB

 RED value IS 198 (77.73% from 255) = 44%

 GREEN value IS 17 (7.03% from 255) = 3.78%

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

R = 44%
G = 3.78%
B = 52.22%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C611EB (or 0xC611EB) is known color: Electric Purple. HEX triplet: C6, 11 and EB. RGB value is (198,17,235). Sum of RGB (Red+Green+Blue) = 198+17+235=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #C611EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C611EB is #39EE14. Grayscale: #5F5F5F. Windows color (decimal): -3796501 or 15405510. OLE color: 15405510.

HSL color Cylindrical-coordinate representation of color #C611EB: hue angle of 289.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C611EB is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 17 235 -
CMYK 0.16 0.93 0 0.08
HSL 289.82º 0.87% 0.49% -
HSV(B) 289.82º 0.93% 0.92% -
XYZ 38.48 18.4 80.12 -
YUV 95.97 206.47 200.77 -
System Red Green Blue C M Y K H S L
Decimal 198 17 235 0.16 0.93 0 0.08 289.82 0.87 0.49
Hex C6 11 EB 10 5D 0 8 122 57 31
Octal 306 21 353 20 135 0 10 442 127 61
Binary 11000110 10001 11101011 10000 1011101 0 1000 100100010 1010111 110001

Color Harmonies of #C611EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611EB

Black with #C611EB

Text Example


Text Example

White with #C611EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611EB; }

 p { color: rgb(198,17,235); }

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

background-color css

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

 a { background-color: rgb(198,17,235); }

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

border-color css

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

 span { border-color: rgb(198,17,235); }

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