Html Css Color HEX #C61FEE Electric Purple

📋 copy color: '#C61FEE'

red 198 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #C61FEE

Tints of Electric Purple #C61FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.64%

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 42.4%
G = 6.64%
B = 50.96%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C61FEE (or 0xC61FEE) is known color: Electric Purple. HEX triplet: C6, 1F and EE. RGB value is (198,31,238). Sum of RGB (Red+Green+Blue) = 198+31+238=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #C61FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FEE is #39E011. Grayscale: #676767. Windows color (decimal): -3792914 or 15605702. OLE color: 15605702.

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

Color convert

RGB 198 31 238 -
CMYK 0.17 0.87 0 0.07
HSL 288.41º 0.86% 0.53% -
HSV(B) 288.41º 0.87% 0.93% -
XYZ 39.21 19.16 82.52 -
YUV 104.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 198 31 238 0.17 0.87 0 0.07 288.41 0.86 0.53
Hex C6 1F EE 11 57 0 7 120 56 35
Octal 306 37 356 21 127 0 7 440 126 65
Binary 11000110 11111 11101110 10001 1010111 0 111 100100000 1010110 110101

Color Harmonies of #C61FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FEE

Black with #C61FEE

Text Example


Text Example

White with #C61FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FEE; }

 p { color: rgb(198,31,238); }

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

background-color css

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

 a { background-color: rgb(198,31,238); }

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

border-color css

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

 span { border-color: rgb(198,31,238); }

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