Html Css Color HEX #C608FA Electric Purple

📋 copy color: '#C608FA'

red 198 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #C608FA

Tints of Electric Purple #C608FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.75%

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

R = 43.42%
G = 1.75%
B = 54.82%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C608FA (or 0xC608FA) is known color: Electric Purple. HEX triplet: C6, 08 and FA. RGB value is (198,8,250). Sum of RGB (Red+Green+Blue) = 198+8+250=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #C608FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C608FA is #39F705. Grayscale: #5B5B5B. Windows color (decimal): -3798790 or 16386246. OLE color: 16386246.

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

Color convert

RGB 198 8 250 -
CMYK 0.21 0.97 0 0.02
HSL 287.11º 0.96% 0.51% -
HSV(B) 287.11º 0.97% 0.98% -
XYZ 40.63 19.08 91.98 -
YUV 92.4 216.95 203.32 -
System Red Green Blue C M Y K H S L
Decimal 198 8 250 0.21 0.97 0 0.02 287.11 0.96 0.51
Hex C6 8 FA 15 61 0 2 11F 60 33
Octal 306 10 372 25 141 0 2 437 140 63
Binary 11000110 1000 11111010 10101 1100001 0 10 100011111 1100000 110011

Color Harmonies of #C608FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608FA

Black with #C608FA

Text Example


Text Example

White with #C608FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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