#CD8DDA

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

Shades of Wisteria #CD8DDA

Tints of Wisteria #CD8DDA

Color information

#CD8DDA (or 0xCD8DDA) is unknown color: approx Wisteria. HEX triplet: CD, 8D and DA. RGB value is (205,141,218). Sum of RGB (Red+Green+Blue) = 205+141+218=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DDA is #327225. Grayscale: #A8A8A8. Windows color (decimal): -3306022 or 14323149. OLE color: 14323149.

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

Color convert

RGB205141218-
CMYK0.060.3500.15
HSL289.87º50.99%70.39%-
HSV(B)289.87º35.32%85.49%-
XYZ47.3637.0970.99-
YUV168.91155.7153.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=36.35%
G=25%
B=38.65%

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
Decimal2051412180.060.3500.15289.8750.9970.39
HexCD8DDA6230F1223346
Octal31521533264301744263106
Binary110011011000110111011010110100011011111001000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DDA; }

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

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

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

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

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

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

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

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