Html Css Color HEX #C81DF5 Electric Purple

📋 copy color: '#C81DF5'

red 200 ◦ green 29 ◦ blue 245

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

Shades of Electric Purple #C81DF5

Tints of Electric Purple #C81DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 42.19%
G = 6.12%
B = 51.69%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C81DF5 (or 0xC81DF5) is known color: Electric Purple. HEX triplet: C8, 1D and F5. RGB value is (200,29,245). Sum of RGB (Red+Green+Blue) = 200+29+245=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #C81DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DF5 is #37E20A. Grayscale: #686868. Windows color (decimal): -3662347 or 16063944. OLE color: 16063944.

HSL color Cylindrical-coordinate representation of color #C81DF5: hue angle of 287.5º 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 #C81DF5 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 29 245 -
CMYK 0.18 0.88 0 0.04
HSL 287.5º 0.92% 0.54% -
HSV(B) 287.5º 0.88% 0.96% -
XYZ 40.74 19.75 88.05 -
YUV 104.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 200 29 245 0.18 0.88 0 0.04 287.5 0.92 0.54
Hex C8 1D F5 12 58 0 4 120 5C 36
Octal 310 35 365 22 130 0 4 440 134 66
Binary 11001000 11101 11110101 10010 1011000 0 100 100100000 1011100 110110

Color Harmonies of #C81DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DF5

Black with #C81DF5

Text Example


Text Example

White with #C81DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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