Html Css Color HEX #C909FE Electric Purple

📋 copy color: '#C909FE'

red 201 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #C909FE

Tints of Electric Purple #C909FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

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

R = 43.32%
G = 1.94%
B = 54.74%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C909FE (or 0xC909FE) is known color: Electric Purple. HEX triplet: C9, 09 and FE. RGB value is (201,9,254). Sum of RGB (Red+Green+Blue) = 201+9+254=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C909FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909FE is #36F601. Grayscale: #5D5D5D. Windows color (decimal): -3601922 or 16648649. OLE color: 16648649.

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

Color convert

RGB 201 9 254 -
CMYK 0.21 0.96 0 0.00
HSL 287.02º 0.99% 0.52% -
HSV(B) 287.02º 0.96% 1% -
XYZ 42.07 19.77 95.36 -
YUV 94.34 218.11 204.08 -
System Red Green Blue C M Y K H S L
Decimal 201 9 254 0.21 0.96 0 0.00 287.02 0.99 0.52
Hex C9 9 FE 15 60 0 0 11F 63 34
Octal 311 11 376 25 140 0 0 437 143 64
Binary 11001001 1001 11111110 10101 1100000 0 0 100011111 1100011 110100

Color Harmonies of #C909FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C909FE

Black with #C909FE

Text Example


Text Example

White with #C909FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C909FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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