Html Css Color HEX #C727FC Electric Purple

📋 copy color: '#C727FC'

red 199 ◦ green 39 ◦ blue 252

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

Shades of Electric Purple #C727FC

Tints of Electric Purple #C727FC

RGB

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

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

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

R = 40.61%
G = 7.96%
B = 51.43%

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

#C727FC (or 0xC727FC) is known color: Electric Purple. HEX triplet: C7, 27 and FC. RGB value is (199,39,252). Sum of RGB (Red+Green+Blue) = 199+39+252=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C727FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C727FC is #38D803. Grayscale: #6E6E6E. Windows color (decimal): -3725316 or 16525255. OLE color: 16525255.

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

Color convert

RGB 199 39 252 -
CMYK 0.21 0.85 0 0.01
HSL 285.07º 0.97% 0.57% -
HSV(B) 285.07º 0.85% 0.99% -
XYZ 41.85 20.62 93.87 -
YUV 111.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 199 39 252 0.21 0.85 0 0.01 285.07 0.97 0.57
Hex C7 27 FC 15 55 0 1 11D 61 39
Octal 307 47 374 25 125 0 1 435 141 71
Binary 11000111 100111 11111100 10101 1010101 0 1 100011101 1100001 111001

Color Harmonies of #C727FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727FC

Black with #C727FC

Text Example


Text Example

White with #C727FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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