Html Css Color HEX #C61AFB Electric Purple

📋 copy color: '#C61AFB'

red 198 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #C61AFB

Tints of Electric Purple #C61AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 41.68%
G = 5.47%
B = 52.84%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C61AFB (or 0xC61AFB) is known color: Electric Purple. HEX triplet: C6, 1A and FB. RGB value is (198,26,251). Sum of RGB (Red+Green+Blue) = 198+26+251=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #C61AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AFB is #39E504. Grayscale: #666666. Windows color (decimal): -3794181 or 16456390. OLE color: 16456390.

HSL color Cylindrical-coordinate representation of color #C61AFB: hue angle of 285.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61AFB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 26 251 -
CMYK 0.21 0.90 0 0.02
HSL 285.87º 0.97% 0.54% -
HSV(B) 285.87º 0.9% 0.98% -
XYZ 41.07 19.71 92.91 -
YUV 103.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 198 26 251 0.21 0.90 0 0.02 285.87 0.97 0.54
Hex C6 1A FB 15 5A 0 2 11E 61 36
Octal 306 32 373 25 132 0 2 436 141 66
Binary 11000110 11010 11111011 10101 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C61AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AFB

Black with #C61AFB

Text Example


Text Example

White with #C61AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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