Html Css Color HEX #C725FE Electric Purple

📋 copy color: '#C725FE'

red 199 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #C725FE

Tints of Electric Purple #C725FE

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

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

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

R = 40.61%
G = 7.55%
B = 51.84%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C725FE (or 0xC725FE) is known color: Electric Purple. HEX triplet: C7, 25 and FE. RGB value is (199,37,254). Sum of RGB (Red+Green+Blue) = 199+37+254=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #C725FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725FE is #38DA01. Grayscale: #6D6D6D. Windows color (decimal): -3725826 or 16655815. OLE color: 16655815.

HSL color Cylindrical-coordinate representation of color #C725FE: hue angle of 284.79º 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 #C725FE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 37 254 -
CMYK 0.22 0.85 0 0.00
HSL 284.79º 0.99% 0.57% -
HSV(B) 284.79º 0.85% 1% -
XYZ 42.1 20.62 95.53 -
YUV 110.18 209.17 191.36 -
System Red Green Blue C M Y K H S L
Decimal 199 37 254 0.22 0.85 0 0.00 284.79 0.99 0.57
Hex C7 25 FE 16 55 0 0 11D 63 39
Octal 307 45 376 26 125 0 0 435 143 71
Binary 11000111 100101 11111110 10110 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C725FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725FE

Black with #C725FE

Text Example


Text Example

White with #C725FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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