Html Css Color HEX #C312EE Electric Purple

📋 copy color: '#C312EE'

red 195 ◦ green 18 ◦ blue 238

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

Shades of Electric Purple #C312EE

Tints of Electric Purple #C312EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.99%

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

R = 43.24%
G = 3.99%
B = 52.77%

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

#C312EE (or 0xC312EE) is known color: Electric Purple. HEX triplet: C3, 12 and EE. RGB value is (195,18,238). Sum of RGB (Red+Green+Blue) = 195+18+238=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #C312EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312EE is #3CED11. Grayscale: #5F5F5F. Windows color (decimal): -3992850 or 15602371. OLE color: 15602371.

HSL color Cylindrical-coordinate representation of color #C312EE: hue angle of 288.27º 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 #C312EE is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 18 238 -
CMYK 0.18 0.92 0 0.07
HSL 288.27º 0.87% 0.5% -
HSV(B) 288.27º 0.92% 0.93% -
XYZ 38.15 18.21 82.39 -
YUV 96 208.14 198.61 -
System Red Green Blue C M Y K H S L
Decimal 195 18 238 0.18 0.92 0 0.07 288.27 0.87 0.5
Hex C3 12 EE 12 5C 0 7 120 57 32
Octal 303 22 356 22 134 0 7 440 127 62
Binary 11000011 10010 11101110 10010 1011100 0 111 100100000 1010111 110010

Color Harmonies of #C312EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312EE

Black with #C312EE

Text Example


Text Example

White with #C312EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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