Html Css Color HEX #C61AFA Electric Purple

📋 copy color: '#C61AFA'

red 198 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #C61AFA

Tints of Electric Purple #C61AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 41.77%
G = 5.49%
B = 52.74%

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

#C61AFA (or 0xC61AFA) is known color: Electric Purple. HEX triplet: C6, 1A and FA. RGB value is (198,26,250). Sum of RGB (Red+Green+Blue) = 198+26+250=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C61AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AFA is #39E505. Grayscale: #666666. Windows color (decimal): -3794182 or 16390854. OLE color: 16390854.

HSL color Cylindrical-coordinate representation of color #C61AFA: hue angle of 286.07º degrees, saturation: 0.96, 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 #C61AFA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 26 250 -
CMYK 0.21 0.90 0 0.02
HSL 286.07º 0.96% 0.54% -
HSV(B) 286.07º 0.9% 0.98% -
XYZ 40.91 19.65 92.08 -
YUV 102.96 210.98 195.79 -
System Red Green Blue C M Y K H S L
Decimal 198 26 250 0.21 0.90 0 0.02 286.07 0.96 0.54
Hex C6 1A FA 15 5A 0 2 11E 60 36
Octal 306 32 372 25 132 0 2 436 140 66
Binary 11000110 11010 11111010 10101 1011010 0 10 100011110 1100000 110110

Color Harmonies of #C61AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AFA

Black with #C61AFA

Text Example


Text Example

White with #C61AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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