Html Css Color HEX #C61AFF Electric Purple

📋 copy color: '#C61AFF'

red 198 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #C61AFF

Tints of Electric Purple #C61AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 41.34%
G = 5.43%
B = 53.24%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C61AFF (or 0xC61AFF) is known color: Electric Purple. HEX triplet: C6, 1A and FF. RGB value is (198,26,255). Sum of RGB (Red+Green+Blue) = 198+26+255=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #C61AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AFF is #39E500. Grayscale: #666666. Windows color (decimal): -3794177 or 16718534. OLE color: 16718534.

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

Color convert

RGB 198 26 255 -
CMYK 0.22 0.90 0 0
HSL 285.07º 1% 0.55% -
HSV(B) 285.07º 0.9% 1% -
XYZ 41.71 19.96 96.26 -
YUV 103.53 213.48 195.38 -
System Red Green Blue C M Y K H S L
Decimal 198 26 255 0.22 0.90 0 0 285.07 1 0.55
Hex C6 1A FF 16 5A 0 0 11D 64 37
Octal 306 32 377 26 132 0 0 435 144 67
Binary 11000110 11010 11111111 10110 1011010 0 0 100011101 1100100 110111

Color Harmonies of #C61AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AFF

Black with #C61AFF

Text Example


Text Example

White with #C61AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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