Html Css Color HEX #C61CFB Electric Purple

📋 copy color: '#C61CFB'

red 198 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #C61CFB

Tints of Electric Purple #C61CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.87%

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

R = 41.51%
G = 5.87%
B = 52.62%

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

#C61CFB (or 0xC61CFB) is known color: Electric Purple. HEX triplet: C6, 1C and FB. RGB value is (198,28,251). Sum of RGB (Red+Green+Blue) = 198+28+251=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C61CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CFB is #39E304. Grayscale: #676767. Windows color (decimal): -3793669 or 16456902. OLE color: 16456902.

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

Color convert

RGB 198 28 251 -
CMYK 0.21 0.89 0 0.02
HSL 285.74º 0.97% 0.55% -
HSV(B) 285.74º 0.89% 0.98% -
XYZ 41.12 19.8 92.92 -
YUV 104.25 210.82 194.87 -
System Red Green Blue C M Y K H S L
Decimal 198 28 251 0.21 0.89 0 0.02 285.74 0.97 0.55
Hex C6 1C FB 15 59 0 2 11E 61 37
Octal 306 34 373 25 131 0 2 436 141 67
Binary 11000110 11100 11111011 10101 1011001 0 10 100011110 1100001 110111

Color Harmonies of #C61CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CFB

Black with #C61CFB

Text Example


Text Example

White with #C61CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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