#C08CD8

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

Shades of Wisteria #C08CD8

Tints of Wisteria #C08CD8

Color information

#C08CD8 (or 0xC08CD8) is unknown color: approx Wisteria. HEX triplet: C0, 8C and D8. RGB value is (192,140,216). Sum of RGB (Red+Green+Blue) = 192+140+216=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #C08CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CD8 is #3F7327. Grayscale: #A3A3A3. Windows color (decimal): -4158248 or 14191808. OLE color: 14191808.

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

Color convert

RGB192140216-
CMYK0.110.3500.15
HSL281.05º49.35%69.8%-
HSV(B)281.05º35.19%84.71%-
XYZ43.5134.9269.41-
YUV164.21157.23147.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=35.04%
G=25.55%
B=39.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921402160.110.3500.15281.0549.3569.8
HexC08CD8B230F1193146
Octal300214330134301743161106
Binary1100000010001100110110001011100011011111000110011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CD8; }

 p { color: rgb(192,140,216); }

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

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

 a { background-color: rgb(192,140,216); }

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

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

 span { border-color: rgb(192,140,216); }

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