Html Css Color HEX #C825ED Electric Purple

📋 copy color: '#C825ED'

red 200 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #C825ED

Tints of Electric Purple #C825ED

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.81%

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

R = 42.19%
G = 7.81%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C825ED (or 0xC825ED) is known color: Electric Purple. HEX triplet: C8, 25 and ED. RGB value is (200,37,237). Sum of RGB (Red+Green+Blue) = 200+37+237=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #C825ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825ED is #37DA12. Grayscale: #6B6B6B. Windows color (decimal): -3660307 or 15541704. OLE color: 15541704.

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

Color convert

RGB 200 37 237 -
CMYK 0.16 0.84 0 0.07
HSL 288.9º 0.85% 0.54% -
HSV(B) 288.9º 0.84% 0.93% -
XYZ 39.77 19.72 81.83 -
YUV 108.54 200.5 193.24 -
System Red Green Blue C M Y K H S L
Decimal 200 37 237 0.16 0.84 0 0.07 288.9 0.85 0.54
Hex C8 25 ED 10 54 0 7 121 55 36
Octal 310 45 355 20 124 0 7 441 125 66
Binary 11001000 100101 11101101 10000 1010100 0 111 100100001 1010101 110110

Color Harmonies of #C825ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825ED

Black with #C825ED

Text Example


Text Example

White with #C825ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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