Html Css Color HEX #C906E9 Electric Purple

📋 copy color: '#C906E9'

red 201 ◦ green 6 ◦ blue 233

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

Shades of Electric Purple #C906E9

Tints of Electric Purple #C906E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 45.68%
G = 1.36%
B = 52.95%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C906E9 (or 0xC906E9) is known color: Electric Purple. HEX triplet: C9, 06 and E9. RGB value is (201,6,233). Sum of RGB (Red+Green+Blue) = 201+6+233=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #C906E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906E9 is #36F916. Grayscale: #595959. Windows color (decimal): -3602711 or 15271625. OLE color: 15271625.

HSL color Cylindrical-coordinate representation of color #C906E9: hue angle of 291.54º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906E9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 6 233 -
CMYK 0.14 0.97 0 0.09
HSL 291.54º 0.95% 0.47% -
HSV(B) 291.54º 0.97% 0.91% -
XYZ 38.86 18.43 78.6 -
YUV 90.18 208.6 207.04 -
System Red Green Blue C M Y K H S L
Decimal 201 6 233 0.14 0.97 0 0.09 291.54 0.95 0.47
Hex C9 6 E9 E 61 0 9 124 5F 2F
Octal 311 6 351 16 141 0 11 444 137 57
Binary 11001001 110 11101001 1110 1100001 0 1001 100100100 1011111 101111

Color Harmonies of #C906E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906E9

Black with #C906E9

Text Example


Text Example

White with #C906E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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