#C090D5

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

Shades of Wisteria #C090D5

Tints of Wisteria #C090D5

Color information

#C090D5 (or 0xC090D5) is unknown color: approx Wisteria. HEX triplet: C0, 90 and D5. RGB value is (192,144,213). Sum of RGB (Red+Green+Blue) = 192+144+213=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #C090D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090D5 is #3F6F2A. Grayscale: #A5A5A5. Windows color (decimal): -4157227 or 13996224. OLE color: 13996224.

HSL color Cylindrical-coordinate representation of color #C090D5: hue angle of 281.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C090D5 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192144213-
CMYK0.100.3200.16
HSL281.74º45.1%70%-
HSV(B)281.74º32.39%83.53%-
XYZ43.7235.9667.59-
YUV166.22154.4146.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=34.97%
G=26.23%
B=38.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921442130.100.3200.16281.7445.170
HexC090D5A2001011a2d46
Octal300220325124002043255106
Binary11000000100100001101010110101000000100001000110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090D5; }

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

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

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

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

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

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

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

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