Html Css Color HEX #C725FD Electric Purple

📋 copy color: '#C725FD'

red 199 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #C725FD

Tints of Electric Purple #C725FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 40.7%
G = 7.57%
B = 51.74%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C725FD (or 0xC725FD) is known color: Electric Purple. HEX triplet: C7, 25 and FD. RGB value is (199,37,253). Sum of RGB (Red+Green+Blue) = 199+37+253=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C725FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725FD is #38DA02. Grayscale: #6D6D6D. Windows color (decimal): -3725827 or 16590279. OLE color: 16590279.

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

Color convert

RGB 199 37 253 -
CMYK 0.21 0.85 0 0.01
HSL 285º 0.98% 0.57% -
HSV(B) 285º 0.85% 0.99% -
XYZ 41.94 20.56 94.69 -
YUV 110.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 199 37 253 0.21 0.85 0 0.01 285 0.98 0.57
Hex C7 25 FD 15 55 0 1 11D 62 39
Octal 307 45 375 25 125 0 1 435 142 71
Binary 11000111 100101 11111101 10101 1010101 0 1 100011101 1100010 111001

Color Harmonies of #C725FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725FD

Black with #C725FD

Text Example


Text Example

White with #C725FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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