Html Css Color HEX #C906E8 Electric Purple

📋 copy color: '#C906E8'

red 201 ◦ green 6 ◦ blue 232

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

Shades of Electric Purple #C906E8

Tints of Electric Purple #C906E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 45.79%
G = 1.37%
B = 52.85%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C906E8 (or 0xC906E8) is known color: Electric Purple. HEX triplet: C9, 06 and E8. RGB value is (201,6,232). Sum of RGB (Red+Green+Blue) = 201+6+232=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #C906E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906E8 is #36F917. Grayscale: #595959. Windows color (decimal): -3602712 or 15206089. OLE color: 15206089.

HSL color Cylindrical-coordinate representation of color #C906E8: hue angle of 291.77º 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 #C906E8 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 6 232 -
CMYK 0.13 0.97 0 0.09
HSL 291.77º 0.95% 0.47% -
HSV(B) 291.77º 0.97% 0.91% -
XYZ 38.72 18.37 77.85 -
YUV 90.07 208.1 207.12 -
System Red Green Blue C M Y K H S L
Decimal 201 6 232 0.13 0.97 0 0.09 291.77 0.95 0.47
Hex C9 6 E8 D 61 0 9 124 5F 2F
Octal 311 6 350 15 141 0 11 444 137 57
Binary 11001001 110 11101000 1101 1100001 0 1001 100100100 1011111 101111

Color Harmonies of #C906E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906E8

Black with #C906E8

Text Example


Text Example

White with #C906E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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