Html Css Color HEX #C016FF Electric Purple

📋 copy color: '#C016FF'

red 192 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #C016FF

Tints of Electric Purple #C016FF

RGB

 RED value IS 192 (75.39% from 255) = 40.94%

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

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

R = 40.94%
G = 4.69%
B = 54.37%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C016FF (or 0xC016FF) is known color: Electric Purple. HEX triplet: C0, 16 and FF. RGB value is (192,22,255). Sum of RGB (Red+Green+Blue) = 192+22+255=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C016FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016FF is #3FE900. Grayscale: #626262. Windows color (decimal): -4188417 or 16717504. OLE color: 16717504.

HSL color Cylindrical-coordinate representation of color #C016FF: hue angle of 283.78º 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 #C016FF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 22 255 -
CMYK 0.25 0.91 0 0
HSL 283.78º 1% 0.54% -
HSV(B) 283.78º 0.91% 1% -
XYZ 40.08 19 96.16 -
YUV 99.39 215.82 194.05 -
System Red Green Blue C M Y K H S L
Decimal 192 22 255 0.25 0.91 0 0 283.78 1 0.54
Hex C0 16 FF 19 5B 0 0 11C 64 36
Octal 300 26 377 31 133 0 0 434 144 66
Binary 11000000 10110 11111111 11001 1011011 0 0 100011100 1100100 110110

Color Harmonies of #C016FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016FF

Black with #C016FF

Text Example


Text Example

White with #C016FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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