Html Css Color HEX #C81CFF Electric Purple

📋 copy color: '#C81CFF'

red 200 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #C81CFF

Tints of Electric Purple #C81CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.8%

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

R = 41.41%
G = 5.8%
B = 52.8%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C81CFF (or 0xC81CFF) is known color: Electric Purple. HEX triplet: C8, 1C and FF. RGB value is (200,28,255). Sum of RGB (Red+Green+Blue) = 200+28+255=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C81CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CFF is #37E300. Grayscale: #686868. Windows color (decimal): -3662593 or 16719048. OLE color: 16719048.

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

Color convert

RGB 200 28 255 -
CMYK 0.22 0.89 0 0
HSL 285.46º 1% 0.55% -
HSV(B) 285.46º 0.89% 1% -
XYZ 42.28 20.33 96.3 -
YUV 105.31 212.48 195.54 -
System Red Green Blue C M Y K H S L
Decimal 200 28 255 0.22 0.89 0 0 285.46 1 0.55
Hex C8 1C FF 16 59 0 0 11D 64 37
Octal 310 34 377 26 131 0 0 435 144 67
Binary 11001000 11100 11111111 10110 1011001 0 0 100011101 1100100 110111

Color Harmonies of #C81CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CFF

Black with #C81CFF

Text Example


Text Example

White with #C81CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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