Html Css Color HEX #C728FC Electric Purple

📋 copy color: '#C728FC'

red 199 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #C728FC

Tints of Electric Purple #C728FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 40.53%
G = 8.15%
B = 51.32%

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

#C728FC (or 0xC728FC) is known color: Electric Purple. HEX triplet: C7, 28 and FC. RGB value is (199,40,252). Sum of RGB (Red+Green+Blue) = 199+40+252=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #C728FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728FC is #38D703. Grayscale: #6F6F6F. Windows color (decimal): -3725060 or 16525511. OLE color: 16525511.

HSL color Cylindrical-coordinate representation of color #C728FC: hue angle of 285º degrees, saturation: 0.97, 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 #C728FC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 40 252 -
CMYK 0.21 0.84 0 0.01
HSL 285º 0.97% 0.57% -
HSV(B) 285º 0.84% 0.99% -
XYZ 41.88 20.69 93.88 -
YUV 111.71 207.18 190.26 -
System Red Green Blue C M Y K H S L
Decimal 199 40 252 0.21 0.84 0 0.01 285 0.97 0.57
Hex C7 28 FC 15 54 0 1 11D 61 39
Octal 307 50 374 25 124 0 1 435 141 71
Binary 11000111 101000 11111100 10101 1010100 0 1 100011101 1100001 111001

Color Harmonies of #C728FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728FC

Black with #C728FC

Text Example


Text Example

White with #C728FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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