Html Css Color HEX #C805ED Electric Purple

📋 copy color: '#C805ED'

red 200 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #C805ED

Tints of Electric Purple #C805ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

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

R = 45.25%
G = 1.13%
B = 53.62%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C805ED (or 0xC805ED) is known color: Electric Purple. HEX triplet: C8, 05 and ED. RGB value is (200,5,237). Sum of RGB (Red+Green+Blue) = 200+5+237=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C805ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C805ED is #37FA12. Grayscale: #595959. Windows color (decimal): -3668499 or 15533512. OLE color: 15533512.

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

Color convert

RGB 200 5 237 -
CMYK 0.16 0.98 0 0.07
HSL 290.43º 0.96% 0.47% -
HSV(B) 290.43º 0.98% 0.93% -
XYZ 39.16 18.5 81.63 -
YUV 89.75 211.1 206.64 -
System Red Green Blue C M Y K H S L
Decimal 200 5 237 0.16 0.98 0 0.07 290.43 0.96 0.47
Hex C8 5 ED 10 62 0 7 122 60 2F
Octal 310 5 355 20 142 0 7 442 140 57
Binary 11001000 101 11101101 10000 1100010 0 111 100100010 1100000 101111

Color Harmonies of #C805ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805ED

Black with #C805ED

Text Example


Text Example

White with #C805ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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