#CD8FD7

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

Shades of Wisteria #CD8FD7

Tints of Wisteria #CD8FD7

Color information

#CD8FD7 (or 0xCD8FD7) is unknown color: approx Wisteria. HEX triplet: CD, 8F and D7. RGB value is (205,143,215). Sum of RGB (Red+Green+Blue) = 205+143+215=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FD7 is #327028. Grayscale: #A9A9A9. Windows color (decimal): -3305513 or 14127053. OLE color: 14127053.

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

Color convert

RGB205143215-
CMYK0.050.3300.16
HSL291.67º47.37%70.2%-
HSV(B)291.67º33.49%84.31%-
XYZ47.2737.5369.04-
YUV169.75153.54153.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=36.41%
G=25.40%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051432150.050.3300.16291.6747.3770.2
HexCD8FD75210101242f46
Octal31521732754102044457106
Binary1100110110001111110101111011000010100001001001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FD7; }

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

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

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

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

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

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

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

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