#C097CC

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

Shades of Wisteria #C097CC

Tints of Wisteria #C097CC

Color information

#C097CC (or 0xC097CC) is unknown color: approx Wisteria. HEX triplet: C0, 97 and CC. RGB value is (192,151,204). Sum of RGB (Red+Green+Blue) = 192+151+204=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C097CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097CC is #3F6833. Grayscale: #A9A9A9. Windows color (decimal): -4155444 or 13408192. OLE color: 13408192.

HSL color Cylindrical-coordinate representation of color #C097CC: hue angle of 286.42º degrees, saturation: 0.34, 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 #C097CC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192151204-
CMYK0.060.2600.2
HSL286.42º34.19%69.61%-
HSV(B)286.42º25.98%80%-
XYZ43.737.762.1-
YUV169.3147.58144.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=35.10%
G=27.61%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921512040.060.2600.2286.4234.1969.61
HexC097CC61A01411e2246
Octal30022731463202443642106
Binary110000001001011111001100110110100101001000111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097CC; }

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

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

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

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

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

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

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

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