Html Css Color HEX #C314EE Electric Purple

📋 copy color: '#C314EE'

red 195 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #C314EE

Tints of Electric Purple #C314EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

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

R = 43.05%
G = 4.42%
B = 52.54%

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

#C314EE (or 0xC314EE) is known color: Electric Purple. HEX triplet: C3, 14 and EE. RGB value is (195,20,238). Sum of RGB (Red+Green+Blue) = 195+20+238=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #C314EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314EE is #3CEB11. Grayscale: #606060. Windows color (decimal): -3992338 or 15602883. OLE color: 15602883.

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

Color convert

RGB 195 20 238 -
CMYK 0.18 0.92 0 0.07
HSL 288.17º 0.87% 0.51% -
HSV(B) 288.17º 0.92% 0.93% -
XYZ 38.19 18.28 82.4 -
YUV 97.18 207.48 197.77 -
System Red Green Blue C M Y K H S L
Decimal 195 20 238 0.18 0.92 0 0.07 288.17 0.87 0.51
Hex C3 14 EE 12 5C 0 7 120 57 33
Octal 303 24 356 22 134 0 7 440 127 63
Binary 11000011 10100 11101110 10010 1011100 0 111 100100000 1010111 110011

Color Harmonies of #C314EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314EE

Black with #C314EE

Text Example


Text Example

White with #C314EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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