Html Css Color HEX #C825EB Electric Purple

📋 copy color: '#C825EB'

red 200 ◦ green 37 ◦ blue 235

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

Shades of Electric Purple #C825EB

Tints of Electric Purple #C825EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 42.37%
G = 7.84%
B = 49.79%

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

#C825EB (or 0xC825EB) is known color: Electric Purple. HEX triplet: C8, 25 and EB. RGB value is (200,37,235). Sum of RGB (Red+Green+Blue) = 200+37+235=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #C825EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825EB is #37DA14. Grayscale: #6B6B6B. Windows color (decimal): -3660309 or 15410632. OLE color: 15410632.

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

Color convert

RGB 200 37 235 -
CMYK 0.15 0.84 0 0.08
HSL 289.39º 0.83% 0.53% -
HSV(B) 289.39º 0.84% 0.92% -
XYZ 39.48 19.6 80.3 -
YUV 108.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 200 37 235 0.15 0.84 0 0.08 289.39 0.83 0.53
Hex C8 25 EB F 54 0 8 121 53 35
Octal 310 45 353 17 124 0 10 441 123 65
Binary 11001000 100101 11101011 1111 1010100 0 1000 100100001 1010011 110101

Color Harmonies of #C825EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825EB

Black with #C825EB

Text Example


Text Example

White with #C825EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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