#c08dd9

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

Shades of Wisteria #C08DD9

Tints of Wisteria #C08DD9

Color information

#C08DD9 (or 0xC08DD9) is unknown color: approx Wisteria. HEX triplet: C0, 8D and D9. RGB value is (192,141,217). Sum of RGB (Red+Green+Blue) = 192+141+217=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #C08DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DD9 is #3F7226. Grayscale: #A4A4A4. Windows color (decimal): -4157991 or 14257600. OLE color: 14257600.

HSL color Cylindrical-coordinate representation of color #C08DD9: hue angle of 280.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08DD9 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192141217-
CMYK0.120.3500.15
HSL280.26º50%70.2%-
HSV(B)280.26º35.02%85.1%-
XYZ43.7935.2770.14-
YUV164.91157.4147.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=34.91%
G=25.64%
B=39.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921412170.120.3500.15280.265070.2
HexC08DD9C230F1183246
Octal300215331144301743062106
Binary1100000010001101110110011100100011011111000110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08dd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08dd9; }

 p { color: rgb(192,141,217); }

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

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

 a { background-color: rgb(192,141,217); }

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

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

 span { border-color: rgb(192,141,217); }

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