#C090DF

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

Shades of Wisteria #C090DF

Tints of Wisteria #C090DF

Color information

#C090DF (or 0xC090DF) is unknown color: approx Wisteria. HEX triplet: C0, 90 and DF. RGB value is (192,144,223). Sum of RGB (Red+Green+Blue) = 192+144+223=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C090DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DF is #3F6F20. Grayscale: #A7A7A7. Windows color (decimal): -4157217 or 14651584. OLE color: 14651584.

HSL color Cylindrical-coordinate representation of color #C090DF: hue angle of 276.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C090DF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192144223-
CMYK0.140.3500.13
HSL276.46º55.24%71.96%-
HSV(B)276.46º35.43%87.45%-
XYZ45.0336.4874.48-
YUV167.36159.4145.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=34.35%
G=25.76%
B=39.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921442230.140.3500.13276.4655.2471.96
HexC090DFE230D1143748
Octal300220337164301542467110
Binary1100000010010000110111111110100011011011000101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090DF; }

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

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

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

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

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

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

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

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