Html Css Color HEX #C61DFB Electric Purple

📋 copy color: '#C61DFB'

red 198 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C61DFB

Tints of Electric Purple #C61DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.07%

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

R = 41.42%
G = 6.07%
B = 52.51%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C61DFB (or 0xC61DFB) is known color: Electric Purple. HEX triplet: C6, 1D and FB. RGB value is (198,29,251). Sum of RGB (Red+Green+Blue) = 198+29+251=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C61DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DFB is #39E204. Grayscale: #686868. Windows color (decimal): -3793413 or 16457158. OLE color: 16457158.

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

Color convert

RGB 198 29 251 -
CMYK 0.21 0.88 0 0.02
HSL 285.68º 0.97% 0.55% -
HSV(B) 285.68º 0.88% 0.98% -
XYZ 41.14 19.85 92.93 -
YUV 104.84 210.49 194.45 -
System Red Green Blue C M Y K H S L
Decimal 198 29 251 0.21 0.88 0 0.02 285.68 0.97 0.55
Hex C6 1D FB 15 58 0 2 11E 61 37
Octal 306 35 373 25 130 0 2 436 141 67
Binary 11000110 11101 11111011 10101 1011000 0 10 100011110 1100001 110111

Color Harmonies of #C61DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DFB

Black with #C61DFB

Text Example


Text Example

White with #C61DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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