Html Css Color HEX #C61DED Electric Purple

📋 copy color: '#C61DED'

red 198 ◦ green 29 ◦ blue 237

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

Shades of Electric Purple #C61DED

Tints of Electric Purple #C61DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 42.67%
G = 6.25%
B = 51.08%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C61DED (or 0xC61DED) is known color: Electric Purple. HEX triplet: C6, 1D and ED. RGB value is (198,29,237). Sum of RGB (Red+Green+Blue) = 198+29+237=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #C61DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DED is #39E212. Grayscale: #666666. Windows color (decimal): -3793427 or 15539654. OLE color: 15539654.

HSL color Cylindrical-coordinate representation of color #C61DED: hue angle of 288.75º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61DED is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 29 237 -
CMYK 0.16 0.88 0 0.07
HSL 288.75º 0.85% 0.52% -
HSV(B) 288.75º 0.88% 0.93% -
XYZ 39.01 19 81.73 -
YUV 103.24 203.49 195.59 -
System Red Green Blue C M Y K H S L
Decimal 198 29 237 0.16 0.88 0 0.07 288.75 0.85 0.52
Hex C6 1D ED 10 58 0 7 121 55 34
Octal 306 35 355 20 130 0 7 441 125 64
Binary 11000110 11101 11101101 10000 1011000 0 111 100100001 1010101 110100

Color Harmonies of #C61DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DED

Black with #C61DED

Text Example


Text Example

White with #C61DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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