Html Css Color HEX #C81DEB Electric Purple

📋 copy color: '#C81DEB'

red 200 ◦ green 29 ◦ blue 235

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

Shades of Electric Purple #C81DEB

Tints of Electric Purple #C81DEB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.25%

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 43.1%
G = 6.25%
B = 50.65%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C81DEB (or 0xC81DEB) is known color: Electric Purple. HEX triplet: C8, 1D and EB. RGB value is (200,29,235). Sum of RGB (Red+Green+Blue) = 200+29+235=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #C81DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DEB is #37E214. Grayscale: #666666. Windows color (decimal): -3662357 or 15408584. OLE color: 15408584.

HSL color Cylindrical-coordinate representation of color #C81DEB: hue angle of 289.81º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DEB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 29 235 -
CMYK 0.15 0.88 0 0.08
HSL 289.81º 0.84% 0.52% -
HSV(B) 289.81º 0.88% 0.92% -
XYZ 39.25 19.16 80.23 -
YUV 103.61 202.15 196.75 -
System Red Green Blue C M Y K H S L
Decimal 200 29 235 0.15 0.88 0 0.08 289.81 0.84 0.52
Hex C8 1D EB F 58 0 8 122 54 34
Octal 310 35 353 17 130 0 10 442 124 64
Binary 11001000 11101 11101011 1111 1011000 0 1000 100100010 1010100 110100

Color Harmonies of #C81DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DEB

Black with #C81DEB

Text Example


Text Example

White with #C81DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DEB; }

 p { color: rgb(200,29,235); }

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

background-color css

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

 a { background-color: rgb(200,29,235); }

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

border-color css

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

 span { border-color: rgb(200,29,235); }

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