Html Css Color HEX #C81AFE Electric Purple

📋 copy color: '#C81AFE'

red 200 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #C81AFE

Tints of Electric Purple #C81AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 41.67%
G = 5.42%
B = 52.92%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C81AFE (or 0xC81AFE) is known color: Electric Purple. HEX triplet: C8, 1A and FE. RGB value is (200,26,254). Sum of RGB (Red+Green+Blue) = 200+26+254=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C81AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AFE is #37E501. Grayscale: #676767. Windows color (decimal): -3663106 or 16653000. OLE color: 16653000.

HSL color Cylindrical-coordinate representation of color #C81AFE: hue angle of 285.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81AFE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 26 254 -
CMYK 0.21 0.90 0 0.00
HSL 285.79º 0.99% 0.55% -
HSV(B) 285.79º 0.9% 1% -
XYZ 42.08 20.17 95.44 -
YUV 104.02 212.65 196.46 -
System Red Green Blue C M Y K H S L
Decimal 200 26 254 0.21 0.90 0 0.00 285.79 0.99 0.55
Hex C8 1A FE 15 5A 0 0 11E 63 37
Octal 310 32 376 25 132 0 0 436 143 67
Binary 11001000 11010 11111110 10101 1011010 0 0 100011110 1100011 110111

Color Harmonies of #C81AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AFE

Black with #C81AFE

Text Example


Text Example

White with #C81AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AFE; }

 p { color: rgb(200,26,254); }

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

background-color css

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

 a { background-color: rgb(200,26,254); }

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

border-color css

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

 span { border-color: rgb(200,26,254); }

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