Html Css Color HEX #C916FA Electric Purple

📋 copy color: '#C916FA'

red 201 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #C916FA

Tints of Electric Purple #C916FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.65%

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

R = 42.49%
G = 4.65%
B = 52.85%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C916FA (or 0xC916FA) is known color: Electric Purple. HEX triplet: C9, 16 and FA. RGB value is (201,22,250). Sum of RGB (Red+Green+Blue) = 201+22+250=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #C916FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916FA is #36E905. Grayscale: #646464. Windows color (decimal): -3598598 or 16389833. OLE color: 16389833.

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

Color convert

RGB 201 22 250 -
CMYK 0.20 0.91 0 0.02
HSL 287.11º 0.96% 0.53% -
HSV(B) 287.11º 0.91% 0.98% -
XYZ 41.63 19.89 92.09 -
YUV 101.51 211.8 198.96 -
System Red Green Blue C M Y K H S L
Decimal 201 22 250 0.20 0.91 0 0.02 287.11 0.96 0.53
Hex C9 16 FA 14 5B 0 2 11F 60 35
Octal 311 26 372 24 133 0 2 437 140 65
Binary 11001001 10110 11111010 10100 1011011 0 10 100011111 1100000 110101

Color Harmonies of #C916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916FA

Black with #C916FA

Text Example


Text Example

White with #C916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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