Html Css Color HEX #C315ED Electric Purple

📋 copy color: '#C315ED'

red 195 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #C315ED

Tints of Electric Purple #C315ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.64%

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

R = 43.05%
G = 4.64%
B = 52.32%

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

#C315ED (or 0xC315ED) is known color: Electric Purple. HEX triplet: C3, 15 and ED. RGB value is (195,21,237). Sum of RGB (Red+Green+Blue) = 195+21+237=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #C315ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315ED is #3CEA12. Grayscale: #606060. Windows color (decimal): -3992083 or 15537603. OLE color: 15537603.

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

Color convert

RGB 195 21 237 -
CMYK 0.18 0.91 0 0.07
HSL 288.33º 0.86% 0.51% -
HSV(B) 288.33º 0.91% 0.93% -
XYZ 38.06 18.25 81.64 -
YUV 97.65 206.65 197.44 -
System Red Green Blue C M Y K H S L
Decimal 195 21 237 0.18 0.91 0 0.07 288.33 0.86 0.51
Hex C3 15 ED 12 5B 0 7 120 56 33
Octal 303 25 355 22 133 0 7 440 126 63
Binary 11000011 10101 11101101 10010 1011011 0 111 100100000 1010110 110011

Color Harmonies of #C315ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315ED

Black with #C315ED

Text Example


Text Example

White with #C315ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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