#C890D5

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

Shades of Wisteria #C890D5

Tints of Wisteria #C890D5

Color information

#C890D5 (or 0xC890D5) is unknown color: approx Wisteria. HEX triplet: C8, 90 and D5. RGB value is (200,144,213). Sum of RGB (Red+Green+Blue) = 200+144+213=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C890D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890D5 is #376F2A. Grayscale: #A8A8A8. Windows color (decimal): -3632939 or 13996232. OLE color: 13996232.

HSL color Cylindrical-coordinate representation of color #C890D5: hue angle of 288.7º 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 #C890D5 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200144213-
CMYK0.060.3200.16
HSL288.7º45.1%70%-
HSV(B)288.7º32.39%83.53%-
XYZ45.837.0367.68-
YUV168.61153.05150.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=35.91%
G=25.85%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001442130.060.3200.16288.745.170
HexC890D56200101212d46
Octal31022032564002044155106
Binary1100100010010000110101011101000000100001001000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890D5; }

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

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

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

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

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

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

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

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