Html Css Color HEX #C61FFE Electric Purple

📋 copy color: '#C61FFE'

red 198 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #C61FFE

Tints of Electric Purple #C61FFE

RGB

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

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

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

R = 40.99%
G = 6.42%
B = 52.59%

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

#C61FFE (or 0xC61FFE) is known color: Electric Purple. HEX triplet: C6, 1F and FE. RGB value is (198,31,254). Sum of RGB (Red+Green+Blue) = 198+31+254=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #C61FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FFE is #39E001. Grayscale: #696969. Windows color (decimal): -3792898 or 16654278. OLE color: 16654278.

HSL color Cylindrical-coordinate representation of color #C61FFE: hue angle of 284.93º 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 #C61FFE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 31 254 -
CMYK 0.22 0.88 0 0.00
HSL 284.93º 0.99% 0.56% -
HSV(B) 284.93º 0.88% 1% -
XYZ 41.67 20.14 95.46 -
YUV 106.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 198 31 254 0.22 0.88 0 0.00 284.93 0.99 0.56
Hex C6 1F FE 16 58 0 0 11D 63 38
Octal 306 37 376 26 130 0 0 435 143 70
Binary 11000110 11111 11111110 10110 1011000 0 0 100011101 1100011 111000

Color Harmonies of #C61FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FFE

Black with #C61FFE

Text Example


Text Example

White with #C61FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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