#CD9DEA

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

Shades of Wisteria #CD9DEA

Tints of Wisteria #CD9DEA

Color information

#CD9DEA (or 0xCD9DEA) is unknown color: approx Wisteria. HEX triplet: CD, 9D and EA. RGB value is (205,157,234). Sum of RGB (Red+Green+Blue) = 205+157+234=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DEA is #326215. Grayscale: #B3B3B3. Windows color (decimal): -3301910 or 15375821. OLE color: 15375821.

HSL color Cylindrical-coordinate representation of color #CD9DEA: hue angle of 277.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9DEA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205157234-
CMYK0.120.3300.08
HSL277.4º64.71%76.67%-
HSV(B)277.4º32.91%91.76%-
XYZ52.0943.0383.4-
YUV180.13158.4145.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=34.40%
G=26.34%
B=39.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051572340.120.3300.08277.464.7176.67
HexCD9DEAC2108115414d
Octal3152353521441010425101115
Binary11001101100111011110101011001000010100010001010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DEA; }

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

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

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

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

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

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

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

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