#CD8FDD

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

Shades of Wisteria #CD8FDD

Tints of Wisteria #CD8FDD

Color information

#CD8FDD (or 0xCD8FDD) is unknown color: approx Wisteria. HEX triplet: CD, 8F and DD. RGB value is (205,143,221). Sum of RGB (Red+Green+Blue) = 205+143+221=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FDD is #327022. Grayscale: #AAAAAA. Windows color (decimal): -3305507 or 14520269. OLE color: 14520269.

HSL color Cylindrical-coordinate representation of color #CD8FDD: hue angle of 287.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8FDD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205143221-
CMYK0.070.3500.13
HSL287.69º53.42%71.37%-
HSV(B)287.69º35.29%86.67%-
XYZ48.0537.8473.18-
YUV170.43156.54152.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=36.03%
G=25.13%
B=38.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051432210.070.3500.13287.6953.4271.37
HexCD8FDD7230D1203547
Octal31521733574301544065107
Binary110011011000111111011101111100011011011001000001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FDD; }

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

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

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

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

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

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

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

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