Html Css Color HEX #C61EFD Electric Purple

📋 copy color: '#C61EFD'

red 198 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #C61EFD

Tints of Electric Purple #C61EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 41.16%
G = 6.24%
B = 52.6%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61EFD (or 0xC61EFD) is known color: Electric Purple. HEX triplet: C6, 1E and FD. RGB value is (198,30,253). Sum of RGB (Red+Green+Blue) = 198+30+253=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C61EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EFD is #39E102. Grayscale: #686868. Windows color (decimal): -3793155 or 16588486. OLE color: 16588486.

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

Color convert

RGB 198 30 253 -
CMYK 0.22 0.88 0 0.01
HSL 285.2º 0.98% 0.55% -
HSV(B) 285.2º 0.88% 0.99% -
XYZ 41.48 20.03 94.61 -
YUV 105.65 211.16 193.87 -
System Red Green Blue C M Y K H S L
Decimal 198 30 253 0.22 0.88 0 0.01 285.2 0.98 0.55
Hex C6 1E FD 16 58 0 1 11D 62 37
Octal 306 36 375 26 130 0 1 435 142 67
Binary 11000110 11110 11111101 10110 1011000 0 1 100011101 1100010 110111

Color Harmonies of #C61EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EFD

Black with #C61EFD

Text Example


Text Example

White with #C61EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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