Html Css Color HEX #C816FF Electric Purple

📋 copy color: '#C816FF'

red 200 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #C816FF

Tints of Electric Purple #C816FF

RGB

 RED value IS 200 (78.52% from 255) = 41.93%

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

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

R = 41.93%
G = 4.61%
B = 53.46%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C816FF (or 0xC816FF) is known color: Electric Purple. HEX triplet: C8, 16 and FF. RGB value is (200,22,255). Sum of RGB (Red+Green+Blue) = 200+22+255=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C816FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816FF is #37E900. Grayscale: #656565. Windows color (decimal): -3664129 or 16717512. OLE color: 16717512.

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

Color convert

RGB 200 22 255 -
CMYK 0.22 0.91 0 0
HSL 285.84º 1% 0.54% -
HSV(B) 285.84º 0.91% 1% -
XYZ 42.16 20.07 96.26 -
YUV 101.78 214.47 198.05 -
System Red Green Blue C M Y K H S L
Decimal 200 22 255 0.22 0.91 0 0 285.84 1 0.54
Hex C8 16 FF 16 5B 0 0 11E 64 36
Octal 310 26 377 26 133 0 0 436 144 66
Binary 11001000 10110 11111111 10110 1011011 0 0 100011110 1100100 110110

Color Harmonies of #C816FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C816FF

Black with #C816FF

Text Example


Text Example

White with #C816FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C816FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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