Html Css Color HEX #C91AFD Electric Purple

📋 copy color: '#C91AFD'

red 201 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #C91AFD

Tints of Electric Purple #C91AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.42%

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

R = 41.88%
G = 5.42%
B = 52.71%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C91AFD (or 0xC91AFD) is known color: Electric Purple. HEX triplet: C9, 1A and FD. RGB value is (201,26,253). Sum of RGB (Red+Green+Blue) = 201+26+253=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C91AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AFD is #36E502. Grayscale: #676767. Windows color (decimal): -3597571 or 16587465. OLE color: 16587465.

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

Color convert

RGB 201 26 253 -
CMYK 0.21 0.90 0 0.01
HSL 286.26º 0.98% 0.55% -
HSV(B) 286.26º 0.9% 0.99% -
XYZ 42.19 20.25 94.61 -
YUV 104.2 211.98 197.04 -
System Red Green Blue C M Y K H S L
Decimal 201 26 253 0.21 0.90 0 0.01 286.26 0.98 0.55
Hex C9 1A FD 15 5A 0 1 11E 62 37
Octal 311 32 375 25 132 0 1 436 142 67
Binary 11001001 11010 11111101 10101 1011010 0 1 100011110 1100010 110111

Color Harmonies of #C91AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AFD

Black with #C91AFD

Text Example


Text Example

White with #C91AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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