#CD8AD7

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

Shades of Wisteria #CD8AD7

Tints of Wisteria #CD8AD7

Color information

#CD8AD7 (or 0xCD8AD7) is unknown color: approx Wisteria. HEX triplet: CD, 8A and D7. RGB value is (205,138,215). Sum of RGB (Red+Green+Blue) = 205+138+215=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD8AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AD7 is #327528. Grayscale: #A6A6A6. Windows color (decimal): -3306793 or 14125773. OLE color: 14125773.

HSL color Cylindrical-coordinate representation of color #CD8AD7: hue angle of 292.21º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8AD7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205138215-
CMYK0.050.3600.16
HSL292.21º49.04%69.22%-
HSV(B)292.21º35.81%84.31%-
XYZ46.5336.0668.8-
YUV166.81155.2155.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=36.74%
G=24.73%
B=38.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051382150.050.3600.16292.2149.0469.22
HexCD8AD75240101243145
Octal31521232754402044461105
Binary1100110110001010110101111011001000100001001001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AD7; }

 p { color: rgb(205,138,215); }

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

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

 a { background-color: rgb(205,138,215); }

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

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

 span { border-color: rgb(205,138,215); }

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