#CD8CDD

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

Shades of Wisteria #CD8CDD

Tints of Wisteria #CD8CDD

Color information

#CD8CDD (or 0xCD8CDD) is unknown color: approx Wisteria. HEX triplet: CD, 8C and DD. RGB value is (205,140,221). Sum of RGB (Red+Green+Blue) = 205+140+221=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CDD is #327322. Grayscale: #A8A8A8. Windows color (decimal): -3306275 or 14519501. OLE color: 14519501.

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

Color convert

RGB205140221-
CMYK0.070.3700.13
HSL288.15º54.36%70.78%-
HSV(B)288.15º36.65%86.67%-
XYZ47.6136.9673.03-
YUV168.67157.53153.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=36.22%
G=24.73%
B=39.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051402210.070.3700.13288.1554.3670.78
HexCD8CDD7250D1203647
Octal31521433574501544066107
Binary110011011000110011011101111100101011011001000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CDD; }

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

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

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

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

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

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

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

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