#CD90D8

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

Shades of Wisteria #CD90D8

Tints of Wisteria #CD90D8

Color information

#CD90D8 (or 0xCD90D8) is unknown color: approx Wisteria. HEX triplet: CD, 90 and D8. RGB value is (205,144,216). Sum of RGB (Red+Green+Blue) = 205+144+216=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD90D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90D8 is #326F27. Grayscale: #AAAAAA. Windows color (decimal): -3305256 or 14192845. OLE color: 14192845.

HSL color Cylindrical-coordinate representation of color #CD90D8: hue angle of 290.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD90D8 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205144216-
CMYK0.050.3300.15
HSL290.83º48%70.59%-
HSV(B)290.83º33.33%84.71%-
XYZ47.5437.8869.77-
YUV170.45153.71152.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=36.28%
G=25.49%
B=38.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051442160.050.3300.15290.834870.59
HexCD90D85210F1233047
Octal31522033054101744360107
Binary110011011001000011011000101100001011111001000111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90D8; }

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

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

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

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

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

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

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

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