#C096D4

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

Shades of Wisteria #C096D4

Tints of Wisteria #C096D4

Color information

#C096D4 (or 0xC096D4) is unknown color: approx Wisteria. HEX triplet: C0, 96 and D4. RGB value is (192,150,212). Sum of RGB (Red+Green+Blue) = 192+150+212=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #C096D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096D4 is #3F692B. Grayscale: #A9A9A9. Windows color (decimal): -4155692 or 13932224. OLE color: 13932224.

HSL color Cylindrical-coordinate representation of color #C096D4: hue angle of 280.65º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C096D4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192150212-
CMYK0.090.2900.17
HSL280.65º41.89%70.98%-
HSV(B)280.65º29.25%83.14%-
XYZ44.5337.7767.23-
YUV169.63151.91143.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=34.66%
G=27.08%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921502120.090.2900.17280.6541.8970.98
HexC096D491D0111192a47
Octal300226324113502143152107
Binary1100000010010110110101001001111010100011000110011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096D4; }

 p { color: rgb(192,150,212); }

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

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

 a { background-color: rgb(192,150,212); }

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

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

 span { border-color: rgb(192,150,212); }

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