Html Css Color HEX #C115FD Electric Purple

📋 copy color: '#C115FD'

red 193 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #C115FD

Tints of Electric Purple #C115FD

RGB

 RED value IS 193 (75.78% from 255) = 41.33%

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

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

R = 41.33%
G = 4.5%
B = 54.18%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C115FD (or 0xC115FD) is known color: Electric Purple. HEX triplet: C1, 15 and FD. RGB value is (193,21,253). Sum of RGB (Red+Green+Blue) = 193+21+253=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C115FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115FD is #3EEA02. Grayscale: #626262. Windows color (decimal): -4123139 or 16586177. OLE color: 16586177.

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

Color convert

RGB 193 21 253 -
CMYK 0.24 0.92 0 0.01
HSL 284.48º 0.98% 0.54% -
HSV(B) 284.48º 0.92% 0.99% -
XYZ 39.99 18.97 94.48 -
YUV 98.88 214.98 195.14 -
System Red Green Blue C M Y K H S L
Decimal 193 21 253 0.24 0.92 0 0.01 284.48 0.98 0.54
Hex C1 15 FD 18 5C 0 1 11C 62 36
Octal 301 25 375 30 134 0 1 434 142 66
Binary 11000001 10101 11111101 11000 1011100 0 1 100011100 1100010 110110

Color Harmonies of #C115FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115FD

Black with #C115FD

Text Example


Text Example

White with #C115FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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