Html Css Color HEX #C727F8 Electric Purple

📋 copy color: '#C727F8'

red 199 ◦ green 39 ◦ blue 248

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

Shades of Electric Purple #C727F8

Tints of Electric Purple #C727F8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.02%

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 40.95%
G = 8.02%
B = 51.03%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C727F8 (or 0xC727F8) is known color: Electric Purple. HEX triplet: C7, 27 and F8. RGB value is (199,39,248). Sum of RGB (Red+Green+Blue) = 199+39+248=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #C727F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C727F8 is #38D807. Grayscale: #6D6D6D. Windows color (decimal): -3725320 or 16263111. OLE color: 16263111.

HSL color Cylindrical-coordinate representation of color #C727F8: hue angle of 285.93º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C727F8 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 39 248 -
CMYK 0.20 0.84 0 0.03
HSL 285.93º 0.94% 0.56% -
HSV(B) 285.93º 0.84% 0.97% -
XYZ 41.22 20.37 90.57 -
YUV 110.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 199 39 248 0.20 0.84 0 0.03 285.93 0.94 0.56
Hex C7 27 F8 14 54 0 3 11E 5E 38
Octal 307 47 370 24 124 0 3 436 136 70
Binary 11000111 100111 11111000 10100 1010100 0 11 100011110 1011110 111000

Color Harmonies of #C727F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727F8

Black with #C727F8

Text Example


Text Example

White with #C727F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727F8; }

 p { color: rgb(199,39,248); }

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

background-color css

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

 a { background-color: rgb(199,39,248); }

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

border-color css

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

 span { border-color: rgb(199,39,248); }

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