Html Css Color HEX #C81CF3 Electric Purple

📋 copy color: '#C81CF3'

red 200 ◦ green 28 ◦ blue 243

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

Shades of Electric Purple #C81CF3

Tints of Electric Purple #C81CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 42.46%
G = 5.94%
B = 51.59%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C81CF3 (or 0xC81CF3) is known color: Electric Purple. HEX triplet: C8, 1C and F3. RGB value is (200,28,243). Sum of RGB (Red+Green+Blue) = 200+28+243=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #C81CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CF3 is #37E30C. Grayscale: #676767. Windows color (decimal): -3662605 or 15932616. OLE color: 15932616.

HSL color Cylindrical-coordinate representation of color #C81CF3: hue angle of 288º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81CF3 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 28 243 -
CMYK 0.18 0.88 0 0.05
HSL 288º 0.9% 0.53% -
HSV(B) 288º 0.88% 0.95% -
XYZ 40.41 19.58 86.44 -
YUV 103.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 200 28 243 0.18 0.88 0 0.05 288 0.9 0.53
Hex C8 1C F3 12 58 0 5 120 5A 35
Octal 310 34 363 22 130 0 5 440 132 65
Binary 11001000 11100 11110011 10010 1011000 0 101 100100000 1011010 110101

Color Harmonies of #C81CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CF3

Black with #C81CF3

Text Example


Text Example

White with #C81CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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