#C090D1

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

Shades of Wisteria #C090D1

Tints of Wisteria #C090D1

Color information

#C090D1 (or 0xC090D1) is unknown color: approx Wisteria. HEX triplet: C0, 90 and D1. RGB value is (192,144,209). Sum of RGB (Red+Green+Blue) = 192+144+209=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #C090D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090D1 is #3F6F2E. Grayscale: #A5A5A5. Windows color (decimal): -4157231 or 13734080. OLE color: 13734080.

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

Color convert

RGB192144209-
CMYK0.080.3100.18
HSL284.31º41.4%69.22%-
HSV(B)284.31º31.1%81.96%-
XYZ43.2235.7664.95-
YUV165.76152.4146.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=35.23%
G=26.42%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921442090.080.3100.18284.3141.469.22
HexC090D181F01211c2945
Octal300220321103702243451105
Binary1100000010010000110100011000111110100101000111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090D1; }

 p { color: rgb(192,144,209); }

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

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

 a { background-color: rgb(192,144,209); }

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

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

 span { border-color: rgb(192,144,209); }

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