Html Css Color HEX #C31DED Electric Purple

📋 copy color: '#C31DED'

red 195 ◦ green 29 ◦ blue 237

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

Shades of Electric Purple #C31DED

Tints of Electric Purple #C31DED

RGB

 RED value IS 195 (76.56% from 255) = 42.3%

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

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

R = 42.3%
G = 6.29%
B = 51.41%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C31DED (or 0xC31DED) is known color: Electric Purple. HEX triplet: C3, 1D and ED. RGB value is (195,29,237). Sum of RGB (Red+Green+Blue) = 195+29+237=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #C31DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DED is #3CE212. Grayscale: #656565. Windows color (decimal): -3990035 or 15539651. OLE color: 15539651.

HSL color Cylindrical-coordinate representation of color #C31DED: hue angle of 287.88º 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 #C31DED is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 29 237 -
CMYK 0.18 0.88 0 0.07
HSL 287.88º 0.85% 0.52% -
HSV(B) 287.88º 0.88% 0.93% -
XYZ 38.23 18.6 81.7 -
YUV 102.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 195 29 237 0.18 0.88 0 0.07 287.88 0.85 0.52
Hex C3 1D ED 12 58 0 7 120 55 34
Octal 303 35 355 22 130 0 7 440 125 64
Binary 11000011 11101 11101101 10010 1011000 0 111 100100000 1010101 110100

Color Harmonies of #C31DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DED

Black with #C31DED

Text Example


Text Example

White with #C31DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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