#CD90DF

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

Shades of Wisteria #CD90DF

Tints of Wisteria #CD90DF

Color information

#CD90DF (or 0xCD90DF) is unknown color: approx Wisteria. HEX triplet: CD, 90 and DF. RGB value is (205,144,223). Sum of RGB (Red+Green+Blue) = 205+144+223=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90DF is #326F20. Grayscale: #AAAAAA. Windows color (decimal): -3305249 or 14651597. OLE color: 14651597.

HSL color Cylindrical-coordinate representation of color #CD90DF: hue angle of 286.33º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD90DF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205144223-
CMYK0.080.3500.13
HSL286.33º55.24%71.96%-
HSV(B)286.33º35.43%87.45%-
XYZ48.4738.2574.64-
YUV171.24157.21152.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=35.84%
G=25.17%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051442230.080.3500.13286.3355.2471.96
HexCD90DF8230D11e3748
Octal315220337104301543667110
Binary1100110110010000110111111000100011011011000111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90DF; }

 p { color: rgb(205,144,223); }

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

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

 a { background-color: rgb(205,144,223); }

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

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

 span { border-color: rgb(205,144,223); }

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