#CD9FE5

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

Shades of Wisteria #CD9FE5

Tints of Wisteria #CD9FE5

Color information

#CD9FE5 (or 0xCD9FE5) is unknown color: approx Wisteria. HEX triplet: CD, 9F and E5. RGB value is (205,159,229). Sum of RGB (Red+Green+Blue) = 205+159+229=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FE5 is #32601A. Grayscale: #B4B4B4. Windows color (decimal): -3301403 or 15048653. OLE color: 15048653.

HSL color Cylindrical-coordinate representation of color #CD9FE5: hue angle of 279.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD9FE5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205159229-
CMYK0.100.3100.10
HSL279.43º57.38%76.08%-
HSV(B)279.43º30.57%89.8%-
XYZ51.7243.4379.79-
YUV180.73155.24145.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=34.57%
G=26.81%
B=38.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051592290.100.3100.10279.4357.3876.08
HexCD9FE5A1F0A117394c
Octal315237345123701242771114
Binary110011011001111111100101101011111010101000101111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FE5; }

 p { color: rgb(205,159,229); }

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

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

 a { background-color: rgb(205,159,229); }

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

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

 span { border-color: rgb(205,159,229); }

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