Html Css Color HEX #C313EE Electric Purple

📋 copy color: '#C313EE'

red 195 ◦ green 19 ◦ blue 238

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

Shades of Electric Purple #C313EE

Tints of Electric Purple #C313EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 43.14%
G = 4.2%
B = 52.65%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C313EE (or 0xC313EE) is known color: Electric Purple. HEX triplet: C3, 13 and EE. RGB value is (195,19,238). Sum of RGB (Red+Green+Blue) = 195+19+238=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #C313EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313EE is #3CEC11. Grayscale: #5F5F5F. Windows color (decimal): -3992594 or 15602627. OLE color: 15602627.

HSL color Cylindrical-coordinate representation of color #C313EE: hue angle of 288.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313EE is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 19 238 -
CMYK 0.18 0.92 0 0.07
HSL 288.22º 0.87% 0.5% -
HSV(B) 288.22º 0.92% 0.93% -
XYZ 38.17 18.24 82.4 -
YUV 96.59 207.81 198.19 -
System Red Green Blue C M Y K H S L
Decimal 195 19 238 0.18 0.92 0 0.07 288.22 0.87 0.5
Hex C3 13 EE 12 5C 0 7 120 57 32
Octal 303 23 356 22 134 0 7 440 127 62
Binary 11000011 10011 11101110 10010 1011100 0 111 100100000 1010111 110010

Color Harmonies of #C313EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313EE

Black with #C313EE

Text Example


Text Example

White with #C313EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313EE; }

 p { color: rgb(195,19,238); }

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

background-color css

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

 a { background-color: rgb(195,19,238); }

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

border-color css

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

 span { border-color: rgb(195,19,238); }

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