Html Css Color HEX #C31DF8 Electric Purple

📋 copy color: '#C31DF8'

red 195 ◦ green 29 ◦ blue 248

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

Shades of Electric Purple #C31DF8

Tints of Electric Purple #C31DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.54%

R = 41.31%
G = 6.14%
B = 52.54%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C31DF8 (or 0xC31DF8) is known color: Electric Purple. HEX triplet: C3, 1D and F8. RGB value is (195,29,248). Sum of RGB (Red+Green+Blue) = 195+29+248=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #C31DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DF8 is #3CE207. Grayscale: #666666. Windows color (decimal): -3990024 or 16260547. OLE color: 16260547.

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

Color convert

RGB 195 29 248 -
CMYK 0.21 0.88 0 0.03
HSL 285.48º 0.94% 0.54% -
HSV(B) 285.48º 0.88% 0.97% -
XYZ 39.89 19.26 90.42 -
YUV 103.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 195 29 248 0.21 0.88 0 0.03 285.48 0.94 0.54
Hex C3 1D F8 15 58 0 3 11D 5E 36
Octal 303 35 370 25 130 0 3 435 136 66
Binary 11000011 11101 11111000 10101 1011000 0 11 100011101 1011110 110110

Color Harmonies of #C31DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DF8

Black with #C31DF8

Text Example


Text Example

White with #C31DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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