Html Css Color HEX #C612FB Electric Purple

📋 copy color: '#C612FB'

red 198 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #C612FB

Tints of Electric Purple #C612FB

RGB

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

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

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

R = 42.4%
G = 3.85%
B = 53.75%

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

#C612FB (or 0xC612FB) is known color: Electric Purple. HEX triplet: C6, 12 and FB. RGB value is (198,18,251). Sum of RGB (Red+Green+Blue) = 198+18+251=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #C612FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612FB is #39ED04. Grayscale: #616161. Windows color (decimal): -3796229 or 16454342. OLE color: 16454342.

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

Color convert

RGB 198 18 251 -
CMYK 0.21 0.93 0 0.02
HSL 286.35º 0.97% 0.53% -
HSV(B) 286.35º 0.93% 0.98% -
XYZ 40.92 19.4 92.86 -
YUV 98.38 214.13 199.05 -
System Red Green Blue C M Y K H S L
Decimal 198 18 251 0.21 0.93 0 0.02 286.35 0.97 0.53
Hex C6 12 FB 15 5D 0 2 11E 61 35
Octal 306 22 373 25 135 0 2 436 141 65
Binary 11000110 10010 11111011 10101 1011101 0 10 100011110 1100001 110101

Color Harmonies of #C612FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612FB

Black with #C612FB

Text Example


Text Example

White with #C612FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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