#C097DA

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

Shades of Wisteria #C097DA

Tints of Wisteria #C097DA

Color information

#C097DA (or 0xC097DA) is unknown color: approx Wisteria. HEX triplet: C0, 97 and DA. RGB value is (192,151,218). Sum of RGB (Red+Green+Blue) = 192+151+218=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C097DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097DA is #3F6825. Grayscale: #AAAAAA. Windows color (decimal): -4155430 or 14325696. OLE color: 14325696.

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

Color convert

RGB192151218-
CMYK0.120.3100.15
HSL276.72º47.52%72.35%-
HSV(B)276.72º30.73%85.49%-
XYZ45.4638.471.35-
YUV170.9154.58143.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=34.22%
G=26.92%
B=38.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921512180.120.3100.15276.7247.5272.35
HexC097DAC1F0F1153048
Octal300227332143701742560110
Binary110000001001011111011010110011111011111000101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097DA; }

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

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

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

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

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

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

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

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