Html Css Color HEX #C916FF Electric Purple

📋 copy color: '#C916FF'

red 201 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #C916FF

Tints of Electric Purple #C916FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.35%

R = 42.05%
G = 4.6%
B = 53.35%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C916FF (or 0xC916FF) is known color: Electric Purple. HEX triplet: C9, 16 and FF. RGB value is (201,22,255). Sum of RGB (Red+Green+Blue) = 201+22+255=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C916FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916FF is #36E900. Grayscale: #656565. Windows color (decimal): -3598593 or 16717513. OLE color: 16717513.

HSL color Cylindrical-coordinate representation of color #C916FF: hue angle of 286.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C916FF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 22 255 -
CMYK 0.21 0.91 0 0
HSL 286.09º 1% 0.54% -
HSV(B) 286.09º 0.91% 1% -
XYZ 42.42 20.21 96.27 -
YUV 102.08 214.3 198.55 -
System Red Green Blue C M Y K H S L
Decimal 201 22 255 0.21 0.91 0 0 286.09 1 0.54
Hex C9 16 FF 15 5B 0 0 11E 64 36
Octal 311 26 377 25 133 0 0 436 144 66
Binary 11001001 10110 11111111 10101 1011011 0 0 100011110 1100100 110110

Color Harmonies of #C916FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916FF

Black with #C916FF

Text Example


Text Example

White with #C916FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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