Html Css Color HEX #C91CFD Electric Purple

📋 copy color: '#C91CFD'

red 201 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #C91CFD

Tints of Electric Purple #C91CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.81%

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

R = 41.7%
G = 5.81%
B = 52.49%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C91CFD (or 0xC91CFD) is known color: Electric Purple. HEX triplet: C9, 1C and FD. RGB value is (201,28,253). Sum of RGB (Red+Green+Blue) = 201+28+253=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C91CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CFD is #36E302. Grayscale: #686868. Windows color (decimal): -3597059 or 16587977. OLE color: 16587977.

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

Color convert

RGB 201 28 253 -
CMYK 0.21 0.89 0 0.01
HSL 286.13º 0.98% 0.55% -
HSV(B) 286.13º 0.89% 0.99% -
XYZ 42.23 20.34 94.63 -
YUV 105.38 211.31 196.2 -
System Red Green Blue C M Y K H S L
Decimal 201 28 253 0.21 0.89 0 0.01 286.13 0.98 0.55
Hex C9 1C FD 15 59 0 1 11E 62 37
Octal 311 34 375 25 131 0 1 436 142 67
Binary 11001001 11100 11111101 10101 1011001 0 1 100011110 1100010 110111

Color Harmonies of #C91CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CFD

Black with #C91CFD

Text Example


Text Example

White with #C91CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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