#C09DCD

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

Shades of Wisteria #C09DCD

Tints of Wisteria #C09DCD

Color information

#C09DCD (or 0xC09DCD) is unknown color: approx Wisteria. HEX triplet: C0, 9D and CD. RGB value is (192,157,205). Sum of RGB (Red+Green+Blue) = 192+157+205=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C09DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCD is #3F6232. Grayscale: #ACACAC. Windows color (decimal): -4153907 or 13475264. OLE color: 13475264.

HSL color Cylindrical-coordinate representation of color #C09DCD: hue angle of 283.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09DCD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192157205-
CMYK0.060.2300.20
HSL283.75º32.43%70.98%-
HSV(B)283.75º23.41%80.39%-
XYZ44.8139.7363.06-
YUV172.94146.1141.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=34.66%
G=28.34%
B=37.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921572050.060.2300.20283.7532.4370.98
HexC09DCD61701411c2047
Octal30023531562702443440107
Binary110000001001110111001101110101110101001000111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DCD; }

 p { color: rgb(192,157,205); }

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

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

 a { background-color: rgb(192,157,205); }

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

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

 span { border-color: rgb(192,157,205); }

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