#CD9DE7

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

Shades of Wisteria #CD9DE7

Tints of Wisteria #CD9DE7

Color information

#CD9DE7 (or 0xCD9DE7) is unknown color: approx Wisteria. HEX triplet: CD, 9D and E7. RGB value is (205,157,231). Sum of RGB (Red+Green+Blue) = 205+157+231=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DE7 is #326218. Grayscale: #B3B3B3. Windows color (decimal): -3301913 or 15179213. OLE color: 15179213.

HSL color Cylindrical-coordinate representation of color #CD9DE7: hue angle of 278.92º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9DE7 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205157231-
CMYK0.110.3200.09
HSL278.92º60.66%76.08%-
HSV(B)278.92º32.03%90.59%-
XYZ51.6642.8681.15-
YUV179.79156.9145.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=34.57%
G=26.48%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051572310.110.3200.09278.9260.6676.08
HexCD9DE7B20091173d4c
Octal315235347134001142775114
Binary1100110110011101111001111011100000010011000101111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DE7; }

 p { color: rgb(205,157,231); }

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

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

 a { background-color: rgb(205,157,231); }

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

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

 span { border-color: rgb(205,157,231); }

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