#CD8CD9

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

Shades of Wisteria #CD8CD9

Tints of Wisteria #CD8CD9

Color information

#CD8CD9 (or 0xCD8CD9) is unknown color: approx Wisteria. HEX triplet: CD, 8C and D9. RGB value is (205,140,217). Sum of RGB (Red+Green+Blue) = 205+140+217=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD8CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CD9 is #327326. Grayscale: #A7A7A7. Windows color (decimal): -3306279 or 14257357. OLE color: 14257357.

HSL color Cylindrical-coordinate representation of color #CD8CD9: hue angle of 290.65º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8CD9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205140217-
CMYK0.060.3500.15
HSL290.65º50.33%70%-
HSV(B)290.65º35.48%85.1%-
XYZ47.0836.7570.26-
YUV168.21155.53154.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=36.48%
G=24.91%
B=38.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051402170.060.3500.15290.6550.3370
HexCD8CD96230F1233246
Octal31521433164301744362106
Binary110011011000110011011001110100011011111001000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CD9; }

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

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

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

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

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

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

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

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