Html Css Color HEX #C315FD Electric Purple

📋 copy color: '#C315FD'

red 195 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #C315FD

Tints of Electric Purple #C315FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 41.58%
G = 4.48%
B = 53.94%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C315FD (or 0xC315FD) is known color: Electric Purple. HEX triplet: C3, 15 and FD. RGB value is (195,21,253). Sum of RGB (Red+Green+Blue) = 195+21+253=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #C315FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315FD is #3CEA02. Grayscale: #626262. Windows color (decimal): -3992067 or 16586179. OLE color: 16586179.

HSL color Cylindrical-coordinate representation of color #C315FD: hue angle of 285º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C315FD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 21 253 -
CMYK 0.23 0.92 0 0.01
HSL 285º 0.98% 0.54% -
HSV(B) 285º 0.92% 0.99% -
XYZ 40.5 19.23 94.51 -
YUV 99.47 214.65 196.14 -
System Red Green Blue C M Y K H S L
Decimal 195 21 253 0.23 0.92 0 0.01 285 0.98 0.54
Hex C3 15 FD 17 5C 0 1 11D 62 36
Octal 303 25 375 27 134 0 1 435 142 66
Binary 11000011 10101 11111101 10111 1011100 0 1 100011101 1100010 110110

Color Harmonies of #C315FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315FD

Black with #C315FD

Text Example


Text Example

White with #C315FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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