#CD8DED

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

Shades of Wisteria #CD8DED

Tints of Wisteria #CD8DED

Color information

#CD8DED (or 0xCD8DED) is unknown color: approx Wisteria. HEX triplet: CD, 8D and ED. RGB value is (205,141,237). Sum of RGB (Red+Green+Blue) = 205+141+237=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8DED is #327212. Grayscale: #AAAAAA. Windows color (decimal): -3306003 or 15568333. OLE color: 15568333.

HSL color Cylindrical-coordinate representation of color #CD8DED: hue angle of 280º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD8DED is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205141237-
CMYK0.140.4100.07
HSL280º72.73%74.12%-
HSV(B)280º40.51%92.94%-
XYZ49.9938.1484.85-
YUV171.08165.2152.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=35.16%
G=24.19%
B=40.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051412370.140.4100.0728072.7374.12
HexCD8DEDE2907118494a
Octal315215355165107430111112
Binary1100110110001101111011011110101001011110001100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DED; }

 p { color: rgb(205,141,237); }

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

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

 a { background-color: rgb(205,141,237); }

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

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

 span { border-color: rgb(205,141,237); }

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