Html Css Color HEX #C61DFE Electric Purple

📋 copy color: '#C61DFE'

red 198 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #C61DFE

Tints of Electric Purple #C61DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.03%

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

R = 41.16%
G = 6.03%
B = 52.81%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C61DFE (or 0xC61DFE) is known color: Electric Purple. HEX triplet: C6, 1D and FE. RGB value is (198,29,254). Sum of RGB (Red+Green+Blue) = 198+29+254=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #C61DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DFE is #39E201. Grayscale: #686868. Windows color (decimal): -3793410 or 16653766. OLE color: 16653766.

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

Color convert

RGB 198 29 254 -
CMYK 0.22 0.89 0 0.00
HSL 285.07º 0.99% 0.55% -
HSV(B) 285.07º 0.89% 1% -
XYZ 41.62 20.04 95.44 -
YUV 105.18 211.99 194.2 -
System Red Green Blue C M Y K H S L
Decimal 198 29 254 0.22 0.89 0 0.00 285.07 0.99 0.55
Hex C6 1D FE 16 59 0 0 11D 63 37
Octal 306 35 376 26 131 0 0 435 143 67
Binary 11000110 11101 11111110 10110 1011001 0 0 100011101 1100011 110111

Color Harmonies of #C61DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DFE

Black with #C61DFE

Text Example


Text Example

White with #C61DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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