Html Css Color HEX #C61DFD Electric Purple

📋 copy color: '#C61DFD'

red 198 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #C61DFD

Tints of Electric Purple #C61DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 41.25%
G = 6.04%
B = 52.71%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61DFD (or 0xC61DFD) is known color: Electric Purple. HEX triplet: C6, 1D and FD. RGB value is (198,29,253). Sum of RGB (Red+Green+Blue) = 198+29+253=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C61DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DFD is #39E202. Grayscale: #686868. Windows color (decimal): -3793411 or 16588230. OLE color: 16588230.

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

Color convert

RGB 198 29 253 -
CMYK 0.22 0.89 0 0.01
HSL 285.27º 0.98% 0.55% -
HSV(B) 285.27º 0.89% 0.99% -
XYZ 41.46 19.98 94.6 -
YUV 105.07 211.49 194.29 -
System Red Green Blue C M Y K H S L
Decimal 198 29 253 0.22 0.89 0 0.01 285.27 0.98 0.55
Hex C6 1D FD 16 59 0 1 11D 62 37
Octal 306 35 375 26 131 0 1 435 142 67
Binary 11000110 11101 11111101 10110 1011001 0 1 100011101 1100010 110111

Color Harmonies of #C61DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DFD

Black with #C61DFD

Text Example


Text Example

White with #C61DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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