#CD8EDA

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

Shades of Wisteria #CD8EDA

Tints of Wisteria #CD8EDA

Color information

#CD8EDA (or 0xCD8EDA) is unknown color: approx Wisteria. HEX triplet: CD, 8E and DA. RGB value is (205,142,218). Sum of RGB (Red+Green+Blue) = 205+142+218=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EDA is #327125. Grayscale: #A9A9A9. Windows color (decimal): -3305766 or 14323405. OLE color: 14323405.

HSL color Cylindrical-coordinate representation of color #CD8EDA: hue angle of 289.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8EDA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205142218-
CMYK0.060.3500.15
HSL289.74º50.67%70.59%-
HSV(B)289.74º34.86%85.49%-
XYZ47.537.3971.04-
YUV169.5155.37153.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=36.28%
G=25.13%
B=38.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051422180.060.3500.15289.7450.6770.59
HexCD8EDA6230F1223347
Octal31521633264301744263107
Binary110011011000111011011010110100011011111001000101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EDA; }

 p { color: rgb(205,142,218); }

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

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

 a { background-color: rgb(205,142,218); }

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

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

 span { border-color: rgb(205,142,218); }

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