#C097DB

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

Shades of Wisteria #C097DB

Tints of Wisteria #C097DB

Color information

#C097DB (or 0xC097DB) is unknown color: approx Wisteria. HEX triplet: C0, 97 and DB. RGB value is (192,151,219). Sum of RGB (Red+Green+Blue) = 192+151+219=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C097DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DB is #3F6824. Grayscale: #AAAAAA. Windows color (decimal): -4155429 or 14391232. OLE color: 14391232.

HSL color Cylindrical-coordinate representation of color #C097DB: hue angle of 276.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C097DB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192151219-
CMYK0.120.3100.14
HSL276.18º48.57%72.55%-
HSV(B)276.18º31.05%85.88%-
XYZ45.5938.4572.04-
YUV171.01155.08142.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=34.16%
G=26.87%
B=38.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921512190.120.3100.14276.1848.5772.55
HexC097DBC1F0E1143149
Octal300227333143701642461111
Binary110000001001011111011011110011111011101000101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097DB; }

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

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

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

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

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

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

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

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