#C08DDB

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

Shades of Wisteria #C08DDB

Tints of Wisteria #C08DDB

Color information

#C08DDB (or 0xC08DDB) is unknown color: approx Wisteria. HEX triplet: C0, 8D and DB. RGB value is (192,141,219). Sum of RGB (Red+Green+Blue) = 192+141+219=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C08DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DDB is #3F7224. Grayscale: #A4A4A4. Windows color (decimal): -4157989 or 14388672. OLE color: 14388672.

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

Color convert

RGB192141219-
CMYK0.120.3600.14
HSL279.23º52%70.59%-
HSV(B)279.23º35.62%85.88%-
XYZ44.0535.3771.52-
YUV165.14158.4147.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=34.78%
G=25.54%
B=39.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921412190.120.3600.14279.235270.59
HexC08DDBC240E1173447
Octal300215333144401642764107
Binary1100000010001101110110111100100100011101000101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DDB; }

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

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

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

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

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

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

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

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