Html Css Color HEX #C614FB Electric Purple

📋 copy color: '#C614FB'

red 198 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #C614FB

Tints of Electric Purple #C614FB

RGB

 RED value IS 198 (77.73% from 255) = 42.22%

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 42.22%
G = 4.26%
B = 53.52%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C614FB (or 0xC614FB) is known color: Electric Purple. HEX triplet: C6, 14 and FB. RGB value is (198,20,251). Sum of RGB (Red+Green+Blue) = 198+20+251=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C614FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C614FB is #39EB04. Grayscale: #626262. Windows color (decimal): -3795717 or 16454854. OLE color: 16454854.

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

Color convert

RGB 198 20 251 -
CMYK 0.21 0.92 0 0.02
HSL 286.23º 0.97% 0.53% -
HSV(B) 286.23º 0.92% 0.98% -
XYZ 40.95 19.47 92.87 -
YUV 99.56 213.47 198.22 -
System Red Green Blue C M Y K H S L
Decimal 198 20 251 0.21 0.92 0 0.02 286.23 0.97 0.53
Hex C6 14 FB 15 5C 0 2 11E 61 35
Octal 306 24 373 25 134 0 2 436 141 65
Binary 11000110 10100 11111011 10101 1011100 0 10 100011110 1100001 110101

Color Harmonies of #C614FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C614FB

Black with #C614FB

Text Example


Text Example

White with #C614FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C614FB; }

 p { color: rgb(198,20,251); }

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

background-color css

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

 a { background-color: rgb(198,20,251); }

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

border-color css

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

 span { border-color: rgb(198,20,251); }

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