Html Css Color HEX #C807EB Electric Purple

📋 copy color: '#C807EB'

red 200 ◦ green 7 ◦ blue 235

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

Shades of Electric Purple #C807EB

Tints of Electric Purple #C807EB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

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

R = 45.25%
G = 1.58%
B = 53.17%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C807EB (or 0xC807EB) is known color: Electric Purple. HEX triplet: C8, 07 and EB. RGB value is (200,7,235). Sum of RGB (Red+Green+Blue) = 200+7+235=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #C807EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C807EB is #37F814. Grayscale: #595959. Windows color (decimal): -3667989 or 15402952. OLE color: 15402952.

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

Color convert

RGB 200 7 235 -
CMYK 0.15 0.97 0 0.08
HSL 290.79º 0.94% 0.47% -
HSV(B) 290.79º 0.97% 0.92% -
XYZ 38.89 18.43 80.1 -
YUV 90.7 209.44 205.96 -
System Red Green Blue C M Y K H S L
Decimal 200 7 235 0.15 0.97 0 0.08 290.79 0.94 0.47
Hex C8 7 EB F 61 0 8 123 5E 2F
Octal 310 7 353 17 141 0 10 443 136 57
Binary 11001000 111 11101011 1111 1100001 0 1000 100100011 1011110 101111

Color Harmonies of #C807EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C807EB

Black with #C807EB

Text Example


Text Example

White with #C807EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C807EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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