Html Css Color HEX #C915FD Electric Purple

📋 copy color: '#C915FD'

red 201 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #C915FD

Tints of Electric Purple #C915FD

RGB

 RED value IS 201 (78.91% from 255) = 42.32%

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

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

R = 42.32%
G = 4.42%
B = 53.26%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C915FD (or 0xC915FD) is known color: Electric Purple. HEX triplet: C9, 15 and FD. RGB value is (201,21,253). Sum of RGB (Red+Green+Blue) = 201+21+253=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #C915FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C915FD is #36EA02. Grayscale: #646464. Windows color (decimal): -3598851 or 16586185. OLE color: 16586185.

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

Color convert

RGB 201 21 253 -
CMYK 0.21 0.92 0 0.01
HSL 286.55º 0.98% 0.54% -
HSV(B) 286.55º 0.92% 0.99% -
XYZ 42.09 20.05 94.58 -
YUV 101.27 213.63 199.14 -
System Red Green Blue C M Y K H S L
Decimal 201 21 253 0.21 0.92 0 0.01 286.55 0.98 0.54
Hex C9 15 FD 15 5C 0 1 11F 62 36
Octal 311 25 375 25 134 0 1 437 142 66
Binary 11001001 10101 11111101 10101 1011100 0 1 100011111 1100010 110110

Color Harmonies of #C915FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C915FD

Black with #C915FD

Text Example


Text Example

White with #C915FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C915FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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