#C08BD9

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

Shades of Wisteria #C08BD9

Tints of Wisteria #C08BD9

Color information

#C08BD9 (or 0xC08BD9) is unknown color: approx Wisteria. HEX triplet: C0, 8B and D9. RGB value is (192,139,217). Sum of RGB (Red+Green+Blue) = 192+139+217=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #C08BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BD9 is #3F7426. Grayscale: #A3A3A3. Windows color (decimal): -4158503 or 14257088. OLE color: 14257088.

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

Color convert

RGB192139217-
CMYK0.120.3600.15
HSL280.77º50.65%69.8%-
HSV(B)280.77º35.94%85.1%-
XYZ43.534.6870.05-
YUV163.74158.06148.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=35.04%
G=25.36%
B=39.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921392170.120.3600.15280.7750.6569.8
HexC08BD9C240F1193346
Octal300213331144401743163106
Binary1100000010001011110110011100100100011111000110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BD9; }

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

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

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

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

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

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

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

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