#C094D0

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

Shades of Wisteria #C094D0

Tints of Wisteria #C094D0

Color information

#C094D0 (or 0xC094D0) is unknown color: approx Wisteria. HEX triplet: C0, 94 and D0. RGB value is (192,148,208). Sum of RGB (Red+Green+Blue) = 192+148+208=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C094D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094D0 is #3F6B2F. Grayscale: #A7A7A7. Windows color (decimal): -4156208 or 13669568. OLE color: 13669568.

HSL color Cylindrical-coordinate representation of color #C094D0: hue angle of 284º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C094D0 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192148208-
CMYK0.080.2900.18
HSL284º38.96%69.8%-
HSV(B)284º28.85%81.57%-
XYZ43.7136.9464.5-
YUV168150.58145.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=35.04%
G=27.01%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921482080.080.2900.1828438.9669.8
HexC094D081D01211c2746
Octal300224320103502243447106
Binary1100000010010100110100001000111010100101000111001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094D0; }

 p { color: rgb(192,148,208); }

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

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

 a { background-color: rgb(192,148,208); }

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

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

 span { border-color: rgb(192,148,208); }

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