Html Css Color HEX #C910F7 Electric Purple

📋 copy color: '#C910F7'

red 201 ◦ green 16 ◦ blue 247

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

Shades of Electric Purple #C910F7

Tints of Electric Purple #C910F7

RGB

 RED value IS 201 (78.91% from 255) = 43.32%

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

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 43.32%
G = 3.45%
B = 53.23%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C910F7 (or 0xC910F7) is known color: Electric Purple. HEX triplet: C9, 10 and F7. RGB value is (201,16,247). Sum of RGB (Red+Green+Blue) = 201+16+247=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #C910F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910F7 is #36EF08. Grayscale: #606060. Windows color (decimal): -3600137 or 16191689. OLE color: 16191689.

HSL color Cylindrical-coordinate representation of color #C910F7: hue angle of 288.05º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C910F7 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 16 247 -
CMYK 0.19 0.94 0 0.03
HSL 288.05º 0.94% 0.52% -
HSV(B) 288.05º 0.94% 0.97% -
XYZ 41.06 19.5 89.6 -
YUV 97.65 212.29 201.72 -
System Red Green Blue C M Y K H S L
Decimal 201 16 247 0.19 0.94 0 0.03 288.05 0.94 0.52
Hex C9 10 F7 13 5E 0 3 120 5E 34
Octal 311 20 367 23 136 0 3 440 136 64
Binary 11001001 10000 11110111 10011 1011110 0 11 100100000 1011110 110100

Color Harmonies of #C910F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C910F7

Black with #C910F7

Text Example


Text Example

White with #C910F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C910F7; }

 p { color: rgb(201,16,247); }

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

background-color css

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

 a { background-color: rgb(201,16,247); }

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

border-color css

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

 span { border-color: rgb(201,16,247); }

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