Html Css Color HEX #C806ED Electric Purple

📋 copy color: '#C806ED'

red 200 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #C806ED

Tints of Electric Purple #C806ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 45.15%
G = 1.35%
B = 53.5%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C806ED (or 0xC806ED) is known color: Electric Purple. HEX triplet: C8, 06 and ED. RGB value is (200,6,237). Sum of RGB (Red+Green+Blue) = 200+6+237=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #C806ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806ED is #37F912. Grayscale: #595959. Windows color (decimal): -3668243 or 15533768. OLE color: 15533768.

HSL color Cylindrical-coordinate representation of color #C806ED: hue angle of 290.39º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806ED is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 6 237 -
CMYK 0.16 0.97 0 0.07
HSL 290.39º 0.95% 0.48% -
HSV(B) 290.39º 0.97% 0.93% -
XYZ 39.17 18.52 81.63 -
YUV 90.34 210.77 206.22 -
System Red Green Blue C M Y K H S L
Decimal 200 6 237 0.16 0.97 0 0.07 290.39 0.95 0.48
Hex C8 6 ED 10 61 0 7 122 5F 30
Octal 310 6 355 20 141 0 7 442 137 60
Binary 11001000 110 11101101 10000 1100001 0 111 100100010 1011111 110000

Color Harmonies of #C806ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806ED

Black with #C806ED

Text Example


Text Example

White with #C806ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806ED; }

 p { color: rgb(200,6,237); }

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

background-color css

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

 a { background-color: rgb(200,6,237); }

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

border-color css

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

 span { border-color: rgb(200,6,237); }

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