#C096CD

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

Shades of Wisteria #C096CD

Tints of Wisteria #C096CD

Color information

#C096CD (or 0xC096CD) is unknown color: approx Wisteria. HEX triplet: C0, 96 and CD. RGB value is (192,150,205). Sum of RGB (Red+Green+Blue) = 192+150+205=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C096CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CD is #3F6932. Grayscale: #A8A8A8. Windows color (decimal): -4155699 or 13473472. OLE color: 13473472.

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

Color convert

RGB192150205-
CMYK0.060.2700.20
HSL285.82º35.48%69.61%-
HSV(B)285.82º26.83%80.39%-
XYZ43.6637.4362.68-
YUV168.83148.41144.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=35.10%
G=27.42%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921502050.060.2700.20285.8235.4869.61
HexC096CD61B01411e2346
Octal30022631563302443643106
Binary110000001001011011001101110110110101001000111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096CD; }

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

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

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

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

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

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

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

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