Html Css Color HEX #C612FA Electric Purple

📋 copy color: '#C612FA'

red 198 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #C612FA

Tints of Electric Purple #C612FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.86%

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 42.49%
G = 3.86%
B = 53.65%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C612FA (or 0xC612FA) is known color: Electric Purple. HEX triplet: C6, 12 and FA. RGB value is (198,18,250). Sum of RGB (Red+Green+Blue) = 198+18+250=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C612FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612FA is #39ED05. Grayscale: #616161. Windows color (decimal): -3796230 or 16388806. OLE color: 16388806.

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

Color convert

RGB 198 18 250 -
CMYK 0.21 0.93 0 0.02
HSL 286.55º 0.96% 0.53% -
HSV(B) 286.55º 0.93% 0.98% -
XYZ 40.76 19.34 92.03 -
YUV 98.27 213.63 199.14 -
System Red Green Blue C M Y K H S L
Decimal 198 18 250 0.21 0.93 0 0.02 286.55 0.96 0.53
Hex C6 12 FA 15 5D 0 2 11F 60 35
Octal 306 22 372 25 135 0 2 437 140 65
Binary 11000110 10010 11111010 10101 1011101 0 10 100011111 1100000 110101

Color Harmonies of #C612FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612FA

Black with #C612FA

Text Example


Text Example

White with #C612FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612FA; }

 p { color: rgb(198,18,250); }

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

background-color css

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

 a { background-color: rgb(198,18,250); }

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

border-color css

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

 span { border-color: rgb(198,18,250); }

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