#C097CF

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

Shades of Wisteria #C097CF

Tints of Wisteria #C097CF

Color information

#C097CF (or 0xC097CF) is unknown color: approx Wisteria. HEX triplet: C0, 97 and CF. RGB value is (192,151,207). Sum of RGB (Red+Green+Blue) = 192+151+207=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C097CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097CF is #3F6830. Grayscale: #A9A9A9. Windows color (decimal): -4155441 or 13604800. OLE color: 13604800.

HSL color Cylindrical-coordinate representation of color #C097CF: hue angle of 283.93º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C097CF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192151207-
CMYK0.070.2700.19
HSL283.93º36.84%70.2%-
HSV(B)283.93º27.05%81.18%-
XYZ44.0737.8464.01-
YUV169.64149.08143.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=34.91%
G=27.45%
B=37.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921512070.070.2700.19283.9336.8470.2
HexC097CF71B01311c2546
Octal30022731773302343445106
Binary110000001001011111001111111110110100111000111001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097CF; }

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

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

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

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

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

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

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

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