Html Css Color HEX #C81BEF Electric Purple

📋 copy color: '#C81BEF'

red 200 ◦ green 27 ◦ blue 239

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

Shades of Electric Purple #C81BEF

Tints of Electric Purple #C81BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.79%

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 42.92%
G = 5.79%
B = 51.29%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C81BEF (or 0xC81BEF) is known color: Electric Purple. HEX triplet: C8, 1B and EF. RGB value is (200,27,239). Sum of RGB (Red+Green+Blue) = 200+27+239=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #C81BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BEF is #37E410. Grayscale: #666666. Windows color (decimal): -3662865 or 15670216. OLE color: 15670216.

HSL color Cylindrical-coordinate representation of color #C81BEF: hue angle of 288.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81BEF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 27 239 -
CMYK 0.16 0.89 0 0.06
HSL 288.96º 0.87% 0.52% -
HSV(B) 288.96º 0.89% 0.94% -
XYZ 39.79 19.3 83.29 -
YUV 102.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 200 27 239 0.16 0.89 0 0.06 288.96 0.87 0.52
Hex C8 1B EF 10 59 0 6 121 57 34
Octal 310 33 357 20 131 0 6 441 127 64
Binary 11001000 11011 11101111 10000 1011001 0 110 100100001 1010111 110100

Color Harmonies of #C81BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81BEF

Black with #C81BEF

Text Example


Text Example

White with #C81BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81BEF; }

 p { color: rgb(200,27,239); }

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

background-color css

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

 a { background-color: rgb(200,27,239); }

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

border-color css

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

 span { border-color: rgb(200,27,239); }

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