#C09ACF

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

Shades of Wisteria #C09ACF

Tints of Wisteria #C09ACF

Color information

#C09ACF (or 0xC09ACF) is unknown color: approx Wisteria. HEX triplet: C0, 9A and CF. RGB value is (192,154,207). Sum of RGB (Red+Green+Blue) = 192+154+207=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ACF is #3F6530. Grayscale: #ABABAB. Windows color (decimal): -4154673 or 13605568. OLE color: 13605568.

HSL color Cylindrical-coordinate representation of color #C09ACF: hue angle of 283.02º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09ACF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192154207-
CMYK0.070.2600.19
HSL283.02º35.57%70.78%-
HSV(B)283.02º25.6%81.18%-
XYZ44.5638.8264.18-
YUV171.4148.09142.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=34.72%
G=27.85%
B=37.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921542070.070.2600.19283.0235.5770.78
HexC09ACF71A01311b2447
Octal30023231773202343344107
Binary110000001001101011001111111110100100111000110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ACF; }

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

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

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

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

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

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

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

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