#C990EA

Color #C990EA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C990EA

Tints of Wisteria #C990EA

Color information

#C990EA (or 0xC990EA) is unknown color: approx Wisteria. HEX triplet: C9, 90 and EA. RGB value is (201,144,234). Sum of RGB (Red+Green+Blue) = 201+144+234=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C990EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990EA is #366F15. Grayscale: #ABABAB. Windows color (decimal): -3567382 or 15372489. OLE color: 15372489.

HSL color Cylindrical-coordinate representation of color #C990EA: hue angle of 278º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C990EA is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201144234-
CMYK0.140.3800.08
HSL278º68.18%74.12%-
HSV(B)278º38.46%91.76%-
XYZ48.9138.382.66-
YUV171.3163.38149.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=34.72%
G=24.87%
B=40.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011442340.140.3800.0827868.1874.12
HexC990EAE2608116444a
Octal3112203521646010426104112
Binary11001001100100001110101011101001100100010001011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990EA; }

 p { color: rgb(201,144,234); }

 H1.HeaderClassName
 {
   color: #C990EA;
 }
 .AnyTagClassName
 {
   color: #C990EA;
 }
</style>
background-color css

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

 a { background-color: rgb(201,144,234); }

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

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

 span { border-color: rgb(201,144,234); }

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