Html Css Color HEX #C331FF Electric Purple

📋 copy color: '#C331FF'

red 195 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C331FF

Tints of Electric Purple #C331FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.82%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 39.08%
G = 9.82%
B = 51.1%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C331FF (or 0xC331FF) is known color: Electric Purple. HEX triplet: C3, 31 and FF. RGB value is (195,49,255). Sum of RGB (Red+Green+Blue) = 195+49+255=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C331FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331FF is #3CCE00. Grayscale: #737373. Windows color (decimal): -3984897 or 16724419. OLE color: 16724419.

HSL color Cylindrical-coordinate representation of color #C331FF: hue angle of 282.52º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C331FF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 49 255 -
CMYK 0.24 0.81 0 0
HSL 282.52º 1% 0.6% -
HSV(B) 282.52º 0.81% 1% -
XYZ 41.65 21.02 96.47 -
YUV 116.14 206.37 184.25 -
System Red Green Blue C M Y K H S L
Decimal 195 49 255 0.24 0.81 0 0 282.52 1 0.6
Hex C3 31 FF 18 51 0 0 11B 64 3C
Octal 303 61 377 30 121 0 0 433 144 74
Binary 11000011 110001 11111111 11000 1010001 0 0 100011011 1100100 111100

Color Harmonies of #C331FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331FF

Black with #C331FF

Text Example


Text Example

White with #C331FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331FF; }

 p { color: rgb(195,49,255); }

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

background-color css

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

 a { background-color: rgb(195,49,255); }

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

border-color css

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

 span { border-color: rgb(195,49,255); }

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