Html Css Color HEX #C907FA Electric Purple

📋 copy color: '#C907FA'

red 201 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #C907FA

Tints of Electric Purple #C907FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 43.89%
G = 1.53%
B = 54.59%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C907FA (or 0xC907FA) is known color: Electric Purple. HEX triplet: C9, 07 and FA. RGB value is (201,7,250). Sum of RGB (Red+Green+Blue) = 201+7+250=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C907FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907FA is #36F805. Grayscale: #5B5B5B. Windows color (decimal): -3602438 or 16385993. OLE color: 16385993.

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

Color convert

RGB 201 7 250 -
CMYK 0.20 0.97 0 0.02
HSL 287.9º 0.96% 0.5% -
HSV(B) 287.9º 0.97% 0.98% -
XYZ 41.42 19.47 92.02 -
YUV 92.71 216.77 205.24 -
System Red Green Blue C M Y K H S L
Decimal 201 7 250 0.20 0.97 0 0.02 287.9 0.96 0.5
Hex C9 7 FA 14 61 0 2 120 60 32
Octal 311 7 372 24 141 0 2 440 140 62
Binary 11001001 111 11111010 10100 1100001 0 10 100100000 1100000 110010

Color Harmonies of #C907FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907FA

Black with #C907FA

Text Example


Text Example

White with #C907FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907FA; }

 p { color: rgb(201,7,250); }

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

background-color css

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

 a { background-color: rgb(201,7,250); }

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

border-color css

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

 span { border-color: rgb(201,7,250); }

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