#C08FD1

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

Shades of Wisteria #C08FD1

Tints of Wisteria #C08FD1

Color information

#C08FD1 (or 0xC08FD1) is unknown color: approx Wisteria. HEX triplet: C0, 8F and D1. RGB value is (192,143,209). Sum of RGB (Red+Green+Blue) = 192+143+209=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #C08FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD1 is #3F702E. Grayscale: #A4A4A4. Windows color (decimal): -4157487 or 13733824. OLE color: 13733824.

HSL color Cylindrical-coordinate representation of color #C08FD1: hue angle of 284.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08FD1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192143209-
CMYK0.080.3200.18
HSL284.55º41.77%69.02%-
HSV(B)284.55º31.58%81.96%-
XYZ43.0735.4564.9-
YUV165.18152.73147.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=35.29%
G=26.29%
B=38.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921432090.080.3200.18284.5541.7769.02
HexC08FD182001211d2a45
Octal300217321104002243552105
Binary11000000100011111101000110001000000100101000111011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FD1; }

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

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

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

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

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

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

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

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