#CD8DD6

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

Shades of Wisteria #CD8DD6

Tints of Wisteria #CD8DD6

Color information

#CD8DD6 (or 0xCD8DD6) is unknown color: approx Wisteria. HEX triplet: CD, 8D and D6. RGB value is (205,141,214). Sum of RGB (Red+Green+Blue) = 205+141+214=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DD6 is #327229. Grayscale: #A8A8A8. Windows color (decimal): -3306026 or 14061005. OLE color: 14061005.

HSL color Cylindrical-coordinate representation of color #CD8DD6: hue angle of 292.6º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD8DD6 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205141214-
CMYK0.040.3400.16
HSL292.6º47.1%69.61%-
HSV(B)292.6º34.11%83.92%-
XYZ46.8436.8868.27-
YUV168.46153.7154.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=36.61%
G=25.18%
B=38.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051412140.040.3400.16292.647.169.61
HexCD8DD64220101252f46
Octal31521532644202044557106
Binary1100110110001101110101101001000100100001001001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DD6; }

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

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

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

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

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

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

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

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