Html Css Color HEX #C61AFD Electric Purple

📋 copy color: '#C61AFD'

red 198 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #C61AFD

Tints of Electric Purple #C61AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.45%

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

R = 41.51%
G = 5.45%
B = 53.04%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61AFD (or 0xC61AFD) is known color: Electric Purple. HEX triplet: C6, 1A and FD. RGB value is (198,26,253). Sum of RGB (Red+Green+Blue) = 198+26+253=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #C61AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AFD is #39E502. Grayscale: #666666. Windows color (decimal): -3794179 or 16587462. OLE color: 16587462.

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

Color convert

RGB 198 26 253 -
CMYK 0.22 0.90 0 0.01
HSL 285.46º 0.98% 0.55% -
HSV(B) 285.46º 0.9% 0.99% -
XYZ 41.39 19.84 94.58 -
YUV 103.31 212.48 195.54 -
System Red Green Blue C M Y K H S L
Decimal 198 26 253 0.22 0.90 0 0.01 285.46 0.98 0.55
Hex C6 1A FD 16 5A 0 1 11D 62 37
Octal 306 32 375 26 132 0 1 435 142 67
Binary 11000110 11010 11111101 10110 1011010 0 1 100011101 1100010 110111

Color Harmonies of #C61AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AFD

Black with #C61AFD

Text Example


Text Example

White with #C61AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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