Html Css Color HEX #C316EE Electric Purple

📋 copy color: '#C316EE'

red 195 ◦ green 22 ◦ blue 238

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

Shades of Electric Purple #C316EE

Tints of Electric Purple #C316EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.84%

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

R = 42.86%
G = 4.84%
B = 52.31%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C316EE (or 0xC316EE) is known color: Electric Purple. HEX triplet: C3, 16 and EE. RGB value is (195,22,238). Sum of RGB (Red+Green+Blue) = 195+22+238=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #C316EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C316EE is #3CE911. Grayscale: #616161. Windows color (decimal): -3991826 or 15603395. OLE color: 15603395.

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

Color convert

RGB 195 22 238 -
CMYK 0.18 0.91 0 0.07
HSL 288.06º 0.86% 0.51% -
HSV(B) 288.06º 0.91% 0.93% -
XYZ 38.23 18.35 82.42 -
YUV 98.35 206.81 196.94 -
System Red Green Blue C M Y K H S L
Decimal 195 22 238 0.18 0.91 0 0.07 288.06 0.86 0.51
Hex C3 16 EE 12 5B 0 7 120 56 33
Octal 303 26 356 22 133 0 7 440 126 63
Binary 11000011 10110 11101110 10010 1011011 0 111 100100000 1010110 110011

Color Harmonies of #C316EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316EE

Black with #C316EE

Text Example


Text Example

White with #C316EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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