Html Css Color HEX #C81EF7 Electric Purple

📋 copy color: '#C81EF7'

red 200 ◦ green 30 ◦ blue 247

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

Shades of Electric Purple #C81EF7

Tints of Electric Purple #C81EF7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.29%

 BLUE value IS 247 (96.88% from 255) = 51.78%

R = 41.93%
G = 6.29%
B = 51.78%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C81EF7 (or 0xC81EF7) is known color: Electric Purple. HEX triplet: C8, 1E and F7. RGB value is (200,30,247). Sum of RGB (Red+Green+Blue) = 200+30+247=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #C81EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EF7 is #37E108. Grayscale: #686868. Windows color (decimal): -3662089 or 16195272. OLE color: 16195272.

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

Color convert

RGB 200 30 247 -
CMYK 0.19 0.88 0 0.03
HSL 287º 0.93% 0.54% -
HSV(B) 287º 0.88% 0.97% -
XYZ 41.07 19.92 89.68 -
YUV 105.57 207.82 195.36 -
System Red Green Blue C M Y K H S L
Decimal 200 30 247 0.19 0.88 0 0.03 287 0.93 0.54
Hex C8 1E F7 13 58 0 3 11F 5D 36
Octal 310 36 367 23 130 0 3 437 135 66
Binary 11001000 11110 11110111 10011 1011000 0 11 100011111 1011101 110110

Color Harmonies of #C81EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EF7

Black with #C81EF7

Text Example


Text Example

White with #C81EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EF7; }

 p { color: rgb(200,30,247); }

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

background-color css

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

 a { background-color: rgb(200,30,247); }

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

border-color css

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

 span { border-color: rgb(200,30,247); }

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