#C09ACC

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

Shades of Wisteria #C09ACC

Tints of Wisteria #C09ACC

Color information

#C09ACC (or 0xC09ACC) is unknown color: approx Wisteria. HEX triplet: C0, 9A and CC. RGB value is (192,154,204). Sum of RGB (Red+Green+Blue) = 192+154+204=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ACC is #3F6533. Grayscale: #AAAAAA. Windows color (decimal): -4154676 or 13408960. OLE color: 13408960.

HSL color Cylindrical-coordinate representation of color #C09ACC: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09ACC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192154204-
CMYK0.060.2500.2
HSL285.6º32.89%70.2%-
HSV(B)285.6º24.51%80%-
XYZ44.1938.6862.26-
YUV171.06146.59142.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=34.91%
G=28%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921542040.060.2500.2285.632.8970.2
HexC09ACC61901411e2146
Octal30023231463102443641106
Binary110000001001101011001100110110010101001000111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ACC; }

 p { color: rgb(192,154,204); }

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

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

 a { background-color: rgb(192,154,204); }

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

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

 span { border-color: rgb(192,154,204); }

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