Html Css Color HEX #C90AEE Electric Purple

📋 copy color: '#C90AEE'

red 201 ◦ green 10 ◦ blue 238

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

Shades of Electric Purple #C90AEE

Tints of Electric Purple #C90AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 44.77%
G = 2.23%
B = 53.01%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C90AEE (or 0xC90AEE) is known color: Electric Purple. HEX triplet: C9, 0A and EE. RGB value is (201,10,238). Sum of RGB (Red+Green+Blue) = 201+10+238=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C90AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AEE is #36F511. Grayscale: #5C5C5C. Windows color (decimal): -3601682 or 15600329. OLE color: 15600329.

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

Color convert

RGB 201 10 238 -
CMYK 0.16 0.96 0 0.07
HSL 290.26º 0.92% 0.49% -
HSV(B) 290.26º 0.96% 0.93% -
XYZ 39.63 18.81 82.43 -
YUV 93.1 209.78 204.96 -
System Red Green Blue C M Y K H S L
Decimal 201 10 238 0.16 0.96 0 0.07 290.26 0.92 0.49
Hex C9 A EE 10 60 0 7 122 5C 31
Octal 311 12 356 20 140 0 7 442 134 61
Binary 11001001 1010 11101110 10000 1100000 0 111 100100010 1011100 110001

Color Harmonies of #C90AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90AEE

Black with #C90AEE

Text Example


Text Example

White with #C90AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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