Html Css Color HEX #C81DFF Electric Purple

📋 copy color: '#C81DFF'

red 200 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C81DFF

Tints of Electric Purple #C81DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.99%

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

R = 41.32%
G = 5.99%
B = 52.69%

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

#C81DFF (or 0xC81DFF) is known color: Electric Purple. HEX triplet: C8, 1D and FF. RGB value is (200,29,255). Sum of RGB (Red+Green+Blue) = 200+29+255=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #C81DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFF is #37E200. Grayscale: #696969. Windows color (decimal): -3662337 or 16719304. OLE color: 16719304.

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

Color convert

RGB 200 29 255 -
CMYK 0.22 0.89 0 0
HSL 285.4º 1% 0.56% -
HSV(B) 285.4º 0.89% 1% -
XYZ 42.31 20.38 96.31 -
YUV 105.89 212.15 195.12 -
System Red Green Blue C M Y K H S L
Decimal 200 29 255 0.22 0.89 0 0 285.4 1 0.56
Hex C8 1D FF 16 59 0 0 11D 64 38
Octal 310 35 377 26 131 0 0 435 144 70
Binary 11001000 11101 11111111 10110 1011001 0 0 100011101 1100100 111000

Color Harmonies of #C81DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DFF

Black with #C81DFF

Text Example


Text Example

White with #C81DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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