Html Css Color HEX #C906FE Electric Purple

📋 copy color: '#C906FE'

red 201 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #C906FE

Tints of Electric Purple #C906FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

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

R = 43.6%
G = 1.3%
B = 55.1%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C906FE (or 0xC906FE) is known color: Electric Purple. HEX triplet: C9, 06 and FE. RGB value is (201,6,254). Sum of RGB (Red+Green+Blue) = 201+6+254=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C906FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906FE is #36F901. Grayscale: #5B5B5B. Windows color (decimal): -3602690 or 16647881. OLE color: 16647881.

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

Color convert

RGB 201 6 254 -
CMYK 0.21 0.98 0 0.00
HSL 287.18º 0.99% 0.51% -
HSV(B) 287.18º 0.98% 1% -
XYZ 42.04 19.7 95.35 -
YUV 92.58 219.1 205.33 -
System Red Green Blue C M Y K H S L
Decimal 201 6 254 0.21 0.98 0 0.00 287.18 0.99 0.51
Hex C9 6 FE 15 62 0 0 11F 63 33
Octal 311 6 376 25 142 0 0 437 143 63
Binary 11001001 110 11111110 10101 1100010 0 0 100011111 1100011 110011

Color Harmonies of #C906FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906FE

Black with #C906FE

Text Example


Text Example

White with #C906FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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