#C097CD

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

Shades of Wisteria #C097CD

Tints of Wisteria #C097CD

Color information

#C097CD (or 0xC097CD) is unknown color: approx Wisteria. HEX triplet: C0, 97 and CD. RGB value is (192,151,205). Sum of RGB (Red+Green+Blue) = 192+151+205=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C097CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097CD is #3F6832. Grayscale: #A9A9A9. Windows color (decimal): -4155443 or 13473728. OLE color: 13473728.

HSL color Cylindrical-coordinate representation of color #C097CD: hue angle of 285.56º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C097CD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192151205-
CMYK0.060.2600.20
HSL285.56º35.06%69.8%-
HSV(B)285.56º26.34%80.39%-
XYZ43.8237.7562.73-
YUV169.42148.08144.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=35.04%
G=27.55%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921512050.060.2600.20285.5635.0669.8
HexC097CD61A01411e2346
Octal30022731563202443643106
Binary110000001001011111001101110110100101001000111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097CD; }

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

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

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

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

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

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

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

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