#C095DB

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

Shades of Wisteria #C095DB

Tints of Wisteria #C095DB

Color information

#C095DB (or 0xC095DB) is unknown color: approx Wisteria. HEX triplet: C0, 95 and DB. RGB value is (192,149,219). Sum of RGB (Red+Green+Blue) = 192+149+219=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C095DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095DB is #3F6A24. Grayscale: #A9A9A9. Windows color (decimal): -4155941 or 14390720. OLE color: 14390720.

HSL color Cylindrical-coordinate representation of color #C095DB: hue angle of 276.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C095DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192149219-
CMYK0.120.3200.14
HSL276.86º49.3%72.16%-
HSV(B)276.86º31.96%85.88%-
XYZ45.2737.8271.93-
YUV169.84155.75143.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=34.29%
G=26.61%
B=39.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921492190.120.3200.14276.8649.372.16
HexC095DBC200E1153148
Octal300225333144001642561110
Binary1100000010010101110110111100100000011101000101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095DB; }

 p { color: rgb(192,149,219); }

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

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

 a { background-color: rgb(192,149,219); }

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

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

 span { border-color: rgb(192,149,219); }

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