Html Css Color HEX #C61EFE Electric Purple

📋 copy color: '#C61EFE'

red 198 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #C61EFE

Tints of Electric Purple #C61EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 41.08%
G = 6.22%
B = 52.7%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C61EFE (or 0xC61EFE) is known color: Electric Purple. HEX triplet: C6, 1E and FE. RGB value is (198,30,254). Sum of RGB (Red+Green+Blue) = 198+30+254=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C61EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EFE is #39E101. Grayscale: #696969. Windows color (decimal): -3793154 or 16654022. OLE color: 16654022.

HSL color Cylindrical-coordinate representation of color #C61EFE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61EFE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 30 254 -
CMYK 0.22 0.88 0 0.00
HSL 285º 0.99% 0.56% -
HSV(B) 285º 0.88% 1% -
XYZ 41.64 20.09 95.45 -
YUV 105.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 198 30 254 0.22 0.88 0 0.00 285 0.99 0.56
Hex C6 1E FE 16 58 0 0 11D 63 38
Octal 306 36 376 26 130 0 0 435 143 70
Binary 11000110 11110 11111110 10110 1011000 0 0 100011101 1100011 111000

Color Harmonies of #C61EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EFE

Black with #C61EFE

Text Example


Text Example

White with #C61EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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