Html Css Color HEX #C612FF Electric Purple

📋 copy color: '#C612FF'

red 198 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #C612FF

Tints of Electric Purple #C612FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 42.04%
G = 3.82%
B = 54.14%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C612FF (or 0xC612FF) is known color: Electric Purple. HEX triplet: C6, 12 and FF. RGB value is (198,18,255). Sum of RGB (Red+Green+Blue) = 198+18+255=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C612FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612FF is #39ED00. Grayscale: #626262. Windows color (decimal): -3796225 or 16716486. OLE color: 16716486.

HSL color Cylindrical-coordinate representation of color #C612FF: hue angle of 285.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C612FF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 18 255 -
CMYK 0.22 0.93 0 0
HSL 285.57º 1% 0.54% -
HSV(B) 285.57º 0.93% 1% -
XYZ 41.56 19.66 96.21 -
YUV 98.84 216.13 198.73 -
System Red Green Blue C M Y K H S L
Decimal 198 18 255 0.22 0.93 0 0 285.57 1 0.54
Hex C6 12 FF 16 5D 0 0 11E 64 36
Octal 306 22 377 26 135 0 0 436 144 66
Binary 11000110 10010 11111111 10110 1011101 0 0 100011110 1100100 110110

Color Harmonies of #C612FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612FF

Black with #C612FF

Text Example


Text Example

White with #C612FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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