Html Css Color HEX #C825EA Electric Purple

📋 copy color: '#C825EA'

red 200 ◦ green 37 ◦ blue 234

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

Shades of Electric Purple #C825EA

Tints of Electric Purple #C825EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 42.46%
G = 7.86%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C825EA (or 0xC825EA) is known color: Electric Purple. HEX triplet: C8, 25 and EA. RGB value is (200,37,234). Sum of RGB (Red+Green+Blue) = 200+37+234=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C825EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825EA is #37DA15. Grayscale: #6B6B6B. Windows color (decimal): -3660310 or 15345096. OLE color: 15345096.

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

Color convert

RGB 200 37 234 -
CMYK 0.15 0.84 0 0.08
HSL 289.64º 0.82% 0.53% -
HSV(B) 289.64º 0.84% 0.92% -
XYZ 39.33 19.54 79.54 -
YUV 108.2 199 193.48 -
System Red Green Blue C M Y K H S L
Decimal 200 37 234 0.15 0.84 0 0.08 289.64 0.82 0.53
Hex C8 25 EA F 54 0 8 122 52 35
Octal 310 45 352 17 124 0 10 442 122 65
Binary 11001000 100101 11101010 1111 1010100 0 1000 100100010 1010010 110101

Color Harmonies of #C825EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825EA

Black with #C825EA

Text Example


Text Example

White with #C825EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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