Html Css Color HEX #C318ED Electric Purple

📋 copy color: '#C318ED'

red 195 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #C318ED

Tints of Electric Purple #C318ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.26%

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 42.76%
G = 5.26%
B = 51.97%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C318ED (or 0xC318ED) is known color: Electric Purple. HEX triplet: C3, 18 and ED. RGB value is (195,24,237). Sum of RGB (Red+Green+Blue) = 195+24+237=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #C318ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C318ED is #3CE712. Grayscale: #626262. Windows color (decimal): -3991315 or 15538371. OLE color: 15538371.

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

Color convert

RGB 195 24 237 -
CMYK 0.18 0.90 0 0.07
HSL 288.17º 0.86% 0.51% -
HSV(B) 288.17º 0.9% 0.93% -
XYZ 38.12 18.37 81.66 -
YUV 99.41 205.65 196.18 -
System Red Green Blue C M Y K H S L
Decimal 195 24 237 0.18 0.90 0 0.07 288.17 0.86 0.51
Hex C3 18 ED 12 5A 0 7 120 56 33
Octal 303 30 355 22 132 0 7 440 126 63
Binary 11000011 11000 11101101 10010 1011010 0 111 100100000 1010110 110011

Color Harmonies of #C318ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318ED

Black with #C318ED

Text Example


Text Example

White with #C318ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318ED; }

 p { color: rgb(195,24,237); }

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

background-color css

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

 a { background-color: rgb(195,24,237); }

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

border-color css

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

 span { border-color: rgb(195,24,237); }

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