Html Css Color HEX #C825EC Electric Purple

📋 copy color: '#C825EC'

red 200 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #C825EC

Tints of Electric Purple #C825EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 42.28%
G = 7.82%
B = 49.89%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C825EC (or 0xC825EC) is known color: Electric Purple. HEX triplet: C8, 25 and EC. RGB value is (200,37,236). Sum of RGB (Red+Green+Blue) = 200+37+236=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C825EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825EC is #37DA13. Grayscale: #6B6B6B. Windows color (decimal): -3660308 or 15476168. OLE color: 15476168.

HSL color Cylindrical-coordinate representation of color #C825EC: hue angle of 289.15º degrees, saturation: 0.84, 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 #C825EC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 37 236 -
CMYK 0.15 0.84 0 0.07
HSL 289.15º 0.84% 0.54% -
HSV(B) 289.15º 0.84% 0.93% -
XYZ 39.62 19.66 81.06 -
YUV 108.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 200 37 236 0.15 0.84 0 0.07 289.15 0.84 0.54
Hex C8 25 EC F 54 0 7 121 54 36
Octal 310 45 354 17 124 0 7 441 124 66
Binary 11001000 100101 11101100 1111 1010100 0 111 100100001 1010100 110110

Color Harmonies of #C825EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825EC

Black with #C825EC

Text Example


Text Example

White with #C825EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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