Html Css Color HEX #C714FC Electric Purple

📋 copy color: '#C714FC'

red 199 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #C714FC

Tints of Electric Purple #C714FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.25%

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

R = 42.25%
G = 4.25%
B = 53.5%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C714FC (or 0xC714FC) is known color: Electric Purple. HEX triplet: C7, 14 and FC. RGB value is (199,20,252). Sum of RGB (Red+Green+Blue) = 199+20+252=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C714FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714FC is #38EB03. Grayscale: #636363. Windows color (decimal): -3730180 or 16520391. OLE color: 16520391.

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

Color convert

RGB 199 20 252 -
CMYK 0.21 0.92 0 0.01
HSL 286.29º 0.97% 0.53% -
HSV(B) 286.29º 0.92% 0.99% -
XYZ 41.37 19.67 93.71 -
YUV 99.97 213.8 198.64 -
System Red Green Blue C M Y K H S L
Decimal 199 20 252 0.21 0.92 0 0.01 286.29 0.97 0.53
Hex C7 14 FC 15 5C 0 1 11E 61 35
Octal 307 24 374 25 134 0 1 436 141 65
Binary 11000111 10100 11111100 10101 1011100 0 1 100011110 1100001 110101

Color Harmonies of #C714FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714FC

Black with #C714FC

Text Example


Text Example

White with #C714FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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