Html Css Color HEX #C81CFA Electric Purple

📋 copy color: '#C81CFA'

red 200 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #C81CFA

Tints of Electric Purple #C81CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.86%

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

R = 41.84%
G = 5.86%
B = 52.3%

CMYK

 C value IS 0.2

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C81CFA (or 0xC81CFA) is known color: Electric Purple. HEX triplet: C8, 1C and FA. RGB value is (200,28,250). Sum of RGB (Red+Green+Blue) = 200+28+250=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C81CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CFA is #37E305. Grayscale: #686868. Windows color (decimal): -3662598 or 16391368. OLE color: 16391368.

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

Color convert

RGB 200 28 250 -
CMYK 0.2 0.89 0 0.02
HSL 286.49º 0.96% 0.55% -
HSV(B) 286.49º 0.89% 0.98% -
XYZ 41.49 20.01 92.12 -
YUV 104.74 209.98 195.95 -
System Red Green Blue C M Y K H S L
Decimal 200 28 250 0.2 0.89 0 0.02 286.49 0.96 0.55
Hex C8 1C FA 14 59 0 2 11E 60 37
Octal 310 34 372 24 131 0 2 436 140 67
Binary 11001000 11100 11111010 10100 1011001 0 10 100011110 1100000 110111

Color Harmonies of #C81CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CFA

Black with #C81CFA

Text Example


Text Example

White with #C81CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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