#C095DC

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

Shades of Wisteria #C095DC

Tints of Wisteria #C095DC

Color information

#C095DC (or 0xC095DC) is unknown color: approx Wisteria. HEX triplet: C0, 95 and DC. RGB value is (192,149,220). Sum of RGB (Red+Green+Blue) = 192+149+220=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C095DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095DC is #3F6A23. Grayscale: #A9A9A9. Windows color (decimal): -4155940 or 14456256. OLE color: 14456256.

HSL color Cylindrical-coordinate representation of color #C095DC: hue angle of 276.34º degrees, saturation: 0.5, 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 #C095DC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192149220-
CMYK0.130.3200.14
HSL276.34º50.35%72.35%-
HSV(B)276.34º32.27%86.27%-
XYZ45.437.8772.63-
YUV169.95156.25143.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=34.22%
G=26.56%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921492200.130.3200.14276.3450.3572.35
HexC095DCD200E1143248
Octal300225334154001642462110
Binary1100000010010101110111001101100000011101000101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095DC; }

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

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

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

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

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

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

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

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