#C097DD

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

Shades of Wisteria #C097DD

Tints of Wisteria #C097DD

Color information

#C097DD (or 0xC097DD) is unknown color: approx Wisteria. HEX triplet: C0, 97 and DD. RGB value is (192,151,221). Sum of RGB (Red+Green+Blue) = 192+151+221=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C097DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DD is #3F6822. Grayscale: #ABABAB. Windows color (decimal): -4155427 or 14522304. OLE color: 14522304.

HSL color Cylindrical-coordinate representation of color #C097DD: hue angle of 275.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C097DD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192151221-
CMYK0.130.3200.13
HSL275.14º50.72%72.94%-
HSV(B)275.14º31.67%86.67%-
XYZ45.8638.5673.43-
YUV171.24156.08142.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.04%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=34.04%
G=26.77%
B=39.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921512210.130.3200.13275.1450.7272.94
HexC097DDD200D1133349
Octal300227335154001542363111
Binary1100000010010111110111011101100000011011000100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097DD; }

 p { color: rgb(192,151,221); }

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

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

 a { background-color: rgb(192,151,221); }

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

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

 span { border-color: rgb(192,151,221); }

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