Html Css Color HEX #C610FA Electric Purple

📋 copy color: '#C610FA'

red 198 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #C610FA

Tints of Electric Purple #C610FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.45%

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

R = 42.67%
G = 3.45%
B = 53.88%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C610FA (or 0xC610FA) is known color: Electric Purple. HEX triplet: C6, 10 and FA. RGB value is (198,16,250). Sum of RGB (Red+Green+Blue) = 198+16+250=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #C610FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C610FA is #39EF05. Grayscale: #606060. Windows color (decimal): -3796742 or 16388294. OLE color: 16388294.

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

Color convert

RGB 198 16 250 -
CMYK 0.21 0.94 0 0.02
HSL 286.67º 0.96% 0.52% -
HSV(B) 286.67º 0.94% 0.98% -
XYZ 40.73 19.28 92.02 -
YUV 97.09 214.3 199.97 -
System Red Green Blue C M Y K H S L
Decimal 198 16 250 0.21 0.94 0 0.02 286.67 0.96 0.52
Hex C6 10 FA 15 5E 0 2 11F 60 34
Octal 306 20 372 25 136 0 2 437 140 64
Binary 11000110 10000 11111010 10101 1011110 0 10 100011111 1100000 110100

Color Harmonies of #C610FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C610FA

Black with #C610FA

Text Example


Text Example

White with #C610FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C610FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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