Html Css Color HEX #C825FE Electric Purple

📋 copy color: '#C825FE'

red 200 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #C825FE

Tints of Electric Purple #C825FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 40.73%
G = 7.54%
B = 51.73%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C825FE (or 0xC825FE) is known color: Electric Purple. HEX triplet: C8, 25 and FE. RGB value is (200,37,254). Sum of RGB (Red+Green+Blue) = 200+37+254=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #C825FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825FE is #37DA01. Grayscale: #6D6D6D. Windows color (decimal): -3660290 or 16655816. OLE color: 16655816.

HSL color Cylindrical-coordinate representation of color #C825FE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C825FE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 37 254 -
CMYK 0.21 0.85 0 0.00
HSL 285.07º 0.99% 0.57% -
HSV(B) 285.07º 0.85% 1% -
XYZ 42.37 20.76 95.54 -
YUV 110.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 200 37 254 0.21 0.85 0 0.00 285.07 0.99 0.57
Hex C8 25 FE 15 55 0 0 11D 63 39
Octal 310 45 376 25 125 0 0 435 143 71
Binary 11001000 100101 11111110 10101 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C825FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825FE

Black with #C825FE

Text Example


Text Example

White with #C825FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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