Html Css Color HEX #C61EED Electric Purple

📋 copy color: '#C61EED'

red 198 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #C61EED

Tints of Electric Purple #C61EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.45%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 42.58%
G = 6.45%
B = 50.97%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C61EED (or 0xC61EED) is known color: Electric Purple. HEX triplet: C6, 1E and ED. RGB value is (198,30,237). Sum of RGB (Red+Green+Blue) = 198+30+237=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #C61EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EED is #39E112. Grayscale: #676767. Windows color (decimal): -3793171 or 15539910. OLE color: 15539910.

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

Color convert

RGB 198 30 237 -
CMYK 0.16 0.87 0 0.07
HSL 288.7º 0.85% 0.52% -
HSV(B) 288.7º 0.87% 0.93% -
XYZ 39.04 19.05 81.74 -
YUV 103.83 203.16 195.17 -
System Red Green Blue C M Y K H S L
Decimal 198 30 237 0.16 0.87 0 0.07 288.7 0.85 0.52
Hex C6 1E ED 10 57 0 7 121 55 34
Octal 306 36 355 20 127 0 7 441 125 64
Binary 11000110 11110 11101101 10000 1010111 0 111 100100001 1010101 110100

Color Harmonies of #C61EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EED

Black with #C61EED

Text Example


Text Example

White with #C61EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EED; }

 p { color: rgb(198,30,237); }

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

background-color css

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

 a { background-color: rgb(198,30,237); }

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

border-color css

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

 span { border-color: rgb(198,30,237); }

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