#CF8DD9

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

Shades of Wisteria #CF8DD9

Tints of Wisteria #CF8DD9

Color information

#CF8DD9 (or 0xCF8DD9) is unknown color: approx Wisteria. HEX triplet: CF, 8D and D9. RGB value is (207,141,217). Sum of RGB (Red+Green+Blue) = 207+141+217=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DD9 is #307226. Grayscale: #A9A9A9. Windows color (decimal): -3174951 or 14257615. OLE color: 14257615.

HSL color Cylindrical-coordinate representation of color #CF8DD9: hue angle of 292.11º 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 #CF8DD9 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207141217-
CMYK0.050.3500.15
HSL292.11º50%70.2%-
HSV(B)292.11º35.02%85.1%-
XYZ47.7837.3270.33-
YUV169.4154.87154.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=36.64%
G=24.96%
B=38.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071412170.050.3500.15292.115070.2
HexCF8DD95230F1243246
Octal31721533154301744462106
Binary110011111000110111011001101100011011111001001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DD9; }

 p { color: rgb(207,141,217); }

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

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

 a { background-color: rgb(207,141,217); }

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

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

 span { border-color: rgb(207,141,217); }

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