#CD90D7

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

Shades of Wisteria #CD90D7

Tints of Wisteria #CD90D7

Color information

#CD90D7 (or 0xCD90D7) is unknown color: approx Wisteria. HEX triplet: CD, 90 and D7. RGB value is (205,144,215). Sum of RGB (Red+Green+Blue) = 205+144+215=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90D7 is #326F28. Grayscale: #AAAAAA. Windows color (decimal): -3305257 or 14127309. OLE color: 14127309.

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

Color convert

RGB205144215-
CMYK0.050.3300.16
HSL291.55º47.02%70.39%-
HSV(B)291.55º33.02%84.31%-
XYZ47.4237.8369.09-
YUV170.33153.21152.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=36.35%
G=25.53%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051442150.050.3300.16291.5547.0270.39
HexCD90D75210101242f46
Octal31522032754102044457106
Binary1100110110010000110101111011000010100001001001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90D7; }

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

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

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

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

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

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

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

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