Html Css Color HEX #C61BFA Electric Purple

📋 copy color: '#C61BFA'

red 198 ◦ green 27 ◦ blue 250

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

Shades of Electric Purple #C61BFA

Tints of Electric Purple #C61BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.68%

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

R = 41.68%
G = 5.68%
B = 52.63%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C61BFA (or 0xC61BFA) is known color: Electric Purple. HEX triplet: C6, 1B and FA. RGB value is (198,27,250). Sum of RGB (Red+Green+Blue) = 198+27+250=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #C61BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BFA is #39E405. Grayscale: #666666. Windows color (decimal): -3793926 or 16391110. OLE color: 16391110.

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

Color convert

RGB 198 27 250 -
CMYK 0.21 0.89 0 0.02
HSL 286.01º 0.96% 0.54% -
HSV(B) 286.01º 0.89% 0.98% -
XYZ 40.94 19.69 92.09 -
YUV 103.55 210.65 195.37 -
System Red Green Blue C M Y K H S L
Decimal 198 27 250 0.21 0.89 0 0.02 286.01 0.96 0.54
Hex C6 1B FA 15 59 0 2 11E 60 36
Octal 306 33 372 25 131 0 2 436 140 66
Binary 11000110 11011 11111010 10101 1011001 0 10 100011110 1100000 110110

Color Harmonies of #C61BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BFA

Black with #C61BFA

Text Example


Text Example

White with #C61BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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