#C08FD5

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

Shades of Wisteria #C08FD5

Tints of Wisteria #C08FD5

Color information

#C08FD5 (or 0xC08FD5) is unknown color: approx Wisteria. HEX triplet: C0, 8F and D5. RGB value is (192,143,213). Sum of RGB (Red+Green+Blue) = 192+143+213=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD5 is #3F702A. Grayscale: #A5A5A5. Windows color (decimal): -4157483 or 13995968. OLE color: 13995968.

HSL color Cylindrical-coordinate representation of color #C08FD5: hue angle of 282º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08FD5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192143213-
CMYK0.100.3300.16
HSL282º45.45%69.8%-
HSV(B)282º32.86%83.53%-
XYZ43.5735.6667.54-
YUV165.63154.73146.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=35.04%
G=26.09%
B=38.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921432130.100.3300.1628245.4569.8
HexC08FD5A2101011a2d46
Octal300217325124102043255106
Binary11000000100011111101010110101000010100001000110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FD5; }

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

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

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

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

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

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

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

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