Html Css Color HEX #C90AFF Electric Purple

📋 copy color: '#C90AFF'

red 201 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #C90AFF

Tints of Electric Purple #C90AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 43.13%
G = 2.15%
B = 54.72%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C90AFF (or 0xC90AFF) is known color: Electric Purple. HEX triplet: C9, 0A and FF. RGB value is (201,10,255). Sum of RGB (Red+Green+Blue) = 201+10+255=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C90AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AFF is #36F500. Grayscale: #5E5E5E. Windows color (decimal): -3601665 or 16714441. OLE color: 16714441.

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

Color convert

RGB 201 10 255 -
CMYK 0.21 0.96 0 0
HSL 286.78º 1% 0.52% -
HSV(B) 286.78º 0.96% 1% -
XYZ 42.25 19.85 96.21 -
YUV 95.04 218.28 203.58 -
System Red Green Blue C M Y K H S L
Decimal 201 10 255 0.21 0.96 0 0 286.78 1 0.52
Hex C9 A FF 15 60 0 0 11F 64 34
Octal 311 12 377 25 140 0 0 437 144 64
Binary 11001001 1010 11111111 10101 1100000 0 0 100011111 1100100 110100

Color Harmonies of #C90AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90AFF

Black with #C90AFF

Text Example


Text Example

White with #C90AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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