Html Css Color HEX #C728FD Electric Purple

📋 copy color: '#C728FD'

red 199 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #C728FD

Tints of Electric Purple #C728FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.13%

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

R = 40.45%
G = 8.13%
B = 51.42%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C728FD (or 0xC728FD) is known color: Electric Purple. HEX triplet: C7, 28 and FD. RGB value is (199,40,253). Sum of RGB (Red+Green+Blue) = 199+40+253=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #C728FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728FD is #38D702. Grayscale: #6F6F6F. Windows color (decimal): -3725059 or 16591047. OLE color: 16591047.

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

Color convert

RGB 199 40 253 -
CMYK 0.21 0.84 0 0.01
HSL 284.79º 0.98% 0.57% -
HSV(B) 284.79º 0.84% 0.99% -
XYZ 42.04 20.75 94.72 -
YUV 111.82 207.68 190.18 -
System Red Green Blue C M Y K H S L
Decimal 199 40 253 0.21 0.84 0 0.01 284.79 0.98 0.57
Hex C7 28 FD 15 54 0 1 11D 62 39
Octal 307 50 375 25 124 0 1 435 142 71
Binary 11000111 101000 11111101 10101 1010100 0 1 100011101 1100010 111001

Color Harmonies of #C728FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728FD

Black with #C728FD

Text Example


Text Example

White with #C728FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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