#C91DFC

Color #C91DFC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C91DFC

Tints of Electric Purple #C91DFC

Color information

#C91DFC (or 0xC91DFC) is unknown color: approx Electric Purple. HEX triplet: C9, 1D and FC. RGB value is (201,29,252). Sum of RGB (Red+Green+Blue) = 201+29+252=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C91DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DFC is #36E203. Grayscale: #696969. Windows color (decimal): -3596804 or 16522697. OLE color: 16522697.

HSL color Cylindrical-coordinate representation of color #C91DFC: hue angle of 286.28º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91DFC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20129252-
CMYK0.200.8800.01
HSL286.28º97.38%55.1%-
HSV(B)286.28º88.49%98.82%-
XYZ42.120.3293.8-
YUV105.85210.48195.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 29 (11.72% from 255) = 6.02%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=41.70%
G=6.02%
B=52.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal201292520.200.8800.01286.2897.3855.1
HexC91DFC14580111e6137
Octal31135374241300143614167
Binary110010011110111111100101001011000011000111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91DFC; }

 p { color: rgb(201,29,252); }

 H1.HeaderClassName
 {
   color: #C91DFC;
 }
 .AnyTagClassName
 {
   color: #C91DFC;
 }
</style>
background-color css

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

 a { background-color: rgb(201,29,252); }

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

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

 span { border-color: rgb(201,29,252); }

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