Html Css Color HEX #C727FE Electric Purple

📋 copy color: '#C727FE'

red 199 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #C727FE

Tints of Electric Purple #C727FE

RGB

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

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

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

R = 40.45%
G = 7.93%
B = 51.63%

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

#C727FE (or 0xC727FE) is known color: Electric Purple. HEX triplet: C7, 27 and FE. RGB value is (199,39,254). Sum of RGB (Red+Green+Blue) = 199+39+254=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C727FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C727FE is #38D801. Grayscale: #6E6E6E. Windows color (decimal): -3725314 or 16656327. OLE color: 16656327.

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

Color convert

RGB 199 39 254 -
CMYK 0.22 0.85 0 0.00
HSL 284.65º 0.99% 0.57% -
HSV(B) 284.65º 0.85% 1% -
XYZ 42.17 20.75 95.55 -
YUV 111.35 208.51 190.52 -
System Red Green Blue C M Y K H S L
Decimal 199 39 254 0.22 0.85 0 0.00 284.65 0.99 0.57
Hex C7 27 FE 16 55 0 0 11D 63 39
Octal 307 47 376 26 125 0 0 435 143 71
Binary 11000111 100111 11111110 10110 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C727FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727FE

Black with #C727FE

Text Example


Text Example

White with #C727FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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