Html Css Color HEX #C91AFA Electric Purple

📋 copy color: '#C91AFA'

red 201 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #C91AFA

Tints of Electric Purple #C91AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 42.14%
G = 5.45%
B = 52.41%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C91AFA (or 0xC91AFA) is known color: Electric Purple. HEX triplet: C9, 1A and FA. RGB value is (201,26,250). Sum of RGB (Red+Green+Blue) = 201+26+250=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C91AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AFA is #36E505. Grayscale: #676767. Windows color (decimal): -3597574 or 16390857. OLE color: 16390857.

HSL color Cylindrical-coordinate representation of color #C91AFA: hue angle of 286.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91AFA is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 26 250 -
CMYK 0.20 0.90 0 0.02
HSL 286.88º 0.96% 0.54% -
HSV(B) 286.88º 0.9% 0.98% -
XYZ 41.71 20.06 92.12 -
YUV 103.86 210.48 197.29 -
System Red Green Blue C M Y K H S L
Decimal 201 26 250 0.20 0.90 0 0.02 286.88 0.96 0.54
Hex C9 1A FA 14 5A 0 2 11F 60 36
Octal 311 32 372 24 132 0 2 437 140 66
Binary 11001001 11010 11111010 10100 1011010 0 10 100011111 1100000 110110

Color Harmonies of #C91AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AFA

Black with #C91AFA

Text Example


Text Example

White with #C91AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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