Html Css Color HEX #C61DFC Electric Purple

📋 copy color: '#C61DFC'

red 198 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #C61DFC

Tints of Electric Purple #C61DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 41.34%
G = 6.05%
B = 52.61%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61DFC (or 0xC61DFC) is known color: Electric Purple. HEX triplet: C6, 1D and FC. RGB value is (198,29,252). Sum of RGB (Red+Green+Blue) = 198+29+252=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #C61DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DFC is #39E203. Grayscale: #686868. Windows color (decimal): -3793412 or 16522694. OLE color: 16522694.

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

Color convert

RGB 198 29 252 -
CMYK 0.21 0.88 0 0.01
HSL 285.47º 0.97% 0.55% -
HSV(B) 285.47º 0.88% 0.99% -
XYZ 41.3 19.91 93.76 -
YUV 104.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 198 29 252 0.21 0.88 0 0.01 285.47 0.97 0.55
Hex C6 1D FC 15 58 0 1 11D 61 37
Octal 306 35 374 25 130 0 1 435 141 67
Binary 11000110 11101 11111100 10101 1011000 0 1 100011101 1100001 110111

Color Harmonies of #C61DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DFC

Black with #C61DFC

Text Example


Text Example

White with #C61DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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