#CD8DEB

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

Shades of Wisteria #CD8DEB

Tints of Wisteria #CD8DEB

Color information

#CD8DEB (or 0xCD8DEB) is unknown color: approx Wisteria. HEX triplet: CD, 8D and EB. RGB value is (205,141,235). Sum of RGB (Red+Green+Blue) = 205+141+235=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8DEB is #327214. Grayscale: #AAAAAA. Windows color (decimal): -3306005 or 15437261. OLE color: 15437261.

HSL color Cylindrical-coordinate representation of color #CD8DEB: hue angle of 280.85º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD8DEB is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205141235-
CMYK0.130.400.08
HSL280.85º70.15%73.73%-
HSV(B)280.85º40%92.16%-
XYZ49.738.0383.32-
YUV170.85164.2152.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=35.28%
G=24.27%
B=40.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051412350.130.400.08280.8570.1573.73
HexCD8DEBD2808119464a
Octal3152153531550010431106112
Binary11001101100011011110101111011010000100010001100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DEB; }

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

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

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

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

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

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

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

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