#c81df6

Color #C81DF6 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C81DF6

Tints of Electric Purple #C81DF6

Color information

#C81DF6 (or 0xC81DF6) is unknown color: approx Electric Purple. HEX triplet: C8, 1D and F6. RGB value is (200,29,246). Sum of RGB (Red+Green+Blue) = 200+29+246=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #C81DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DF6 is #37E209. Grayscale: #686868. Windows color (decimal): -3662346 or 16129480. OLE color: 16129480.

HSL color Cylindrical-coordinate representation of color #C81DF6: hue angle of 287.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DF6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20029246-
CMYK0.190.8800.04
HSL287.28º92.34%53.92%-
HSV(B)287.28º88.21%96.47%-
XYZ40.8919.8188.86-
YUV104.87207.65195.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 29 (11.72% from 255) = 6.11%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=42.11%
G=6.11%
B=51.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal200292460.190.8800.04287.2892.3453.92
HexC81DF613580411f5c36
Octal31035366231300443713466
Binary11001000111011111011010011101100001001000111111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c81df6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c81df6; }

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

 H1.HeaderClassName
 {
   color: #c81df6;
 }
 .AnyTagClassName
 {
   color: #c81df6;
 }
</style>
background-color css

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

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

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

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

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

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