#C090D8

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

Shades of Wisteria #C090D8

Tints of Wisteria #C090D8

Color information

#C090D8 (or 0xC090D8) is unknown color: approx Wisteria. HEX triplet: C0, 90 and D8. RGB value is (192,144,216). Sum of RGB (Red+Green+Blue) = 192+144+216=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #C090D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090D8 is #3F6F27. Grayscale: #A6A6A6. Windows color (decimal): -4157224 or 14192832. OLE color: 14192832.

HSL color Cylindrical-coordinate representation of color #C090D8: hue angle of 280º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C090D8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192144216-
CMYK0.110.3300.15
HSL280º48%70.59%-
HSV(B)280º33.33%84.71%-
XYZ44.1136.1169.61-
YUV166.56155.9146.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=34.78%
G=26.09%
B=39.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921442160.110.3300.152804870.59
HexC090D8B210F1183047
Octal300220330134101743060107
Binary1100000010010000110110001011100001011111000110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090D8; }

 p { color: rgb(192,144,216); }

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

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

 a { background-color: rgb(192,144,216); }

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

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

 span { border-color: rgb(192,144,216); }

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