#C990E7

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

Shades of Wisteria #C990E7

Tints of Wisteria #C990E7

Color information

#C990E7 (or 0xC990E7) is unknown color: approx Wisteria. HEX triplet: C9, 90 and E7. RGB value is (201,144,231). Sum of RGB (Red+Green+Blue) = 201+144+231=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #C990E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990E7 is #366F18. Grayscale: #AAAAAA. Windows color (decimal): -3567385 or 15175881. OLE color: 15175881.

HSL color Cylindrical-coordinate representation of color #C990E7: hue angle of 279.31º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C990E7 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201144231-
CMYK0.130.3800.09
HSL279.31º64.44%73.53%-
HSV(B)279.31º37.66%90.59%-
XYZ48.4838.1380.41-
YUV170.96161.88149.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 231 (90.62% from 255) = 40.10%
R=34.90%
G=25%
B=40.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011442310.130.3800.09279.3164.4473.53
HexC990E7D2609117404a
Octal3112203471546011427100112
Binary11001001100100001110011111011001100100110001011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990E7; }

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

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

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

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

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

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

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

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