#C08FDB

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

Shades of Wisteria #C08FDB

Tints of Wisteria #C08FDB

Color information

#C08FDB (or 0xC08FDB) is unknown color: approx Wisteria. HEX triplet: C0, 8F and DB. RGB value is (192,143,219). Sum of RGB (Red+Green+Blue) = 192+143+219=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C08FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FDB is #3F7024. Grayscale: #A6A6A6. Windows color (decimal): -4157477 or 14389184. OLE color: 14389184.

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

Color convert

RGB192143219-
CMYK0.120.3500.14
HSL278.68º51.35%70.98%-
HSV(B)278.68º34.7%85.88%-
XYZ44.3535.9771.62-
YUV166.32157.73146.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=34.66%
G=25.81%
B=39.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921432190.120.3500.14278.6851.3570.98
HexC08FDBC230E1173347
Octal300217333144301642763107
Binary1100000010001111110110111100100011011101000101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FDB; }

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

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

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

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

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

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

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

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