Html Css Color HEX #C90AED Electric Purple

📋 copy color: '#C90AED'

red 201 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #C90AED

Tints of Electric Purple #C90AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 44.87%
G = 2.23%
B = 52.9%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C90AED (or 0xC90AED) is known color: Electric Purple. HEX triplet: C9, 0A and ED. RGB value is (201,10,237). Sum of RGB (Red+Green+Blue) = 201+10+237=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #C90AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AED is #36F512. Grayscale: #5C5C5C. Windows color (decimal): -3601683 or 15534793. OLE color: 15534793.

HSL color Cylindrical-coordinate representation of color #C90AED: hue angle of 290.48º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90AED is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 10 237 -
CMYK 0.15 0.96 0 0.07
HSL 290.48º 0.92% 0.48% -
HSV(B) 290.48º 0.96% 0.93% -
XYZ 39.48 18.75 81.66 -
YUV 92.99 209.28 205.04 -
System Red Green Blue C M Y K H S L
Decimal 201 10 237 0.15 0.96 0 0.07 290.48 0.92 0.48
Hex C9 A ED F 60 0 7 122 5C 30
Octal 311 12 355 17 140 0 7 442 134 60
Binary 11001001 1010 11101101 1111 1100000 0 111 100100010 1011100 110000

Color Harmonies of #C90AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90AED

Black with #C90AED

Text Example


Text Example

White with #C90AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90AED; }

 p { color: rgb(201,10,237); }

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

background-color css

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

 a { background-color: rgb(201,10,237); }

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

border-color css

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

 span { border-color: rgb(201,10,237); }

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