Html Css Color HEX #C900FE Electric Purple

📋 copy color: '#C900FE'

red 201 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #C900FE

Tints of Electric Purple #C900FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 44.18%
G = 0%
B = 55.82%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C900FE (or 0xC900FE) is known color: Electric Purple. HEX triplet: C9, 00 and FE. RGB value is (201,0,254). Sum of RGB (Red+Green+Blue) = 201+0+254=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #C900FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900FE is #36FF01. Grayscale: #585858. Windows color (decimal): -3604226 or 16646345. OLE color: 16646345.

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

Color convert

RGB 201 0 254 -
CMYK 0.21 1 0 0.00
HSL 287.48º 1% 0.5% -
HSV(B) 287.48º 1% 1% -
XYZ 41.98 19.57 95.33 -
YUV 89.06 221.09 207.85 -
System Red Green Blue C M Y K H S L
Decimal 201 0 254 0.21 1 0 0.00 287.48 1 0.5
Hex C9 0 FE 15 64 0 0 11F 64 32
Octal 311 0 376 25 144 0 0 437 144 62
Binary 11001001 0 11111110 10101 1100100 0 0 100011111 1100100 110010

Color Harmonies of #C900FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900FE

Black with #C900FE

Text Example


Text Example

White with #C900FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900FE; }

 p { color: rgb(201,0,254); }

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

background-color css

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

 a { background-color: rgb(201,0,254); }

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

border-color css

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

 span { border-color: rgb(201,0,254); }

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