Html Css Color HEX #C81EFA Electric Purple

📋 copy color: '#C81EFA'

red 200 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #C81EFA

Tints of Electric Purple #C81EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 41.67%
G = 6.25%
B = 52.08%

CMYK

 C value IS 0.2

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C81EFA (or 0xC81EFA) is known color: Electric Purple. HEX triplet: C8, 1E and FA. RGB value is (200,30,250). Sum of RGB (Red+Green+Blue) = 200+30+250=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #C81EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EFA is #37E105. Grayscale: #696969. Windows color (decimal): -3662086 or 16391880. OLE color: 16391880.

HSL color Cylindrical-coordinate representation of color #C81EFA: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EFA is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 30 250 -
CMYK 0.2 0.88 0 0.02
HSL 286.36º 0.96% 0.55% -
HSV(B) 286.36º 0.88% 0.98% -
XYZ 41.54 20.11 92.13 -
YUV 105.91 209.32 195.11 -
System Red Green Blue C M Y K H S L
Decimal 200 30 250 0.2 0.88 0 0.02 286.36 0.96 0.55
Hex C8 1E FA 14 58 0 2 11E 60 37
Octal 310 36 372 24 130 0 2 436 140 67
Binary 11001000 11110 11111010 10100 1011000 0 10 100011110 1100000 110111

Color Harmonies of #C81EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EFA

Black with #C81EFA

Text Example


Text Example

White with #C81EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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