Html Css Color HEX #C81DF6 Electric Purple

📋 copy color: '#C81DF6'

red 200 ◦ green 29 ◦ blue 246

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

Shades of Electric Purple #C81DF6

Tints of Electric Purple #C81DF6

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 value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C81DF6 (or 0xC81DF6) is known color: 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

RGB 200 29 246 -
CMYK 0.19 0.88 0 0.04
HSL 287.28º 0.92% 0.54% -
HSV(B) 287.28º 0.88% 0.96% -
XYZ 40.89 19.81 88.86 -
YUV 104.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 200 29 246 0.19 0.88 0 0.04 287.28 0.92 0.54
Hex C8 1D F6 13 58 0 4 11F 5C 36
Octal 310 35 366 23 130 0 4 437 134 66
Binary 11001000 11101 11110110 10011 1011000 0 100 100011111 1011100 110110

Color Harmonies of #C81DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DF6

Black with #C81DF6

Text Example


Text Example

White with #C81DF6

Text Example


Text Example

HTML Codes & Css Web 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>