Html Css Color HEX #C61DF6 Electric Purple

📋 copy color: '#C61DF6'

red 198 ◦ green 29 ◦ blue 246

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

Shades of Electric Purple #C61DF6

Tints of Electric Purple #C61DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.01%

R = 41.86%
G = 6.13%
B = 52.01%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C61DF6 (or 0xC61DF6) is known color: Electric Purple. HEX triplet: C6, 1D and F6. RGB value is (198,29,246). Sum of RGB (Red+Green+Blue) = 198+29+246=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #C61DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DF6 is #39E209. Grayscale: #676767. Windows color (decimal): -3793418 or 16129478. OLE color: 16129478.

HSL color Cylindrical-coordinate representation of color #C61DF6: hue angle of 286.73º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61DF6 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 29 246 -
CMYK 0.20 0.88 0 0.04
HSL 286.73º 0.92% 0.54% -
HSV(B) 286.73º 0.88% 0.96% -
XYZ 40.36 19.54 88.83 -
YUV 104.27 207.99 194.86 -
System Red Green Blue C M Y K H S L
Decimal 198 29 246 0.20 0.88 0 0.04 286.73 0.92 0.54
Hex C6 1D F6 14 58 0 4 11F 5C 36
Octal 306 35 366 24 130 0 4 437 134 66
Binary 11000110 11101 11110110 10100 1011000 0 100 100011111 1011100 110110

Color Harmonies of #C61DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DF6

Black with #C61DF6

Text Example


Text Example

White with #C61DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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