#CFA5DD

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

Shades of Wisteria #CFA5DD

Tints of Wisteria #CFA5DD

Color information

#CFA5DD (or 0xCFA5DD) is unknown color: approx Wisteria. HEX triplet: CF, A5 and DD. RGB value is (207,165,221). Sum of RGB (Red+Green+Blue) = 207+165+221=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DD is #305A22. Grayscale: #B7B7B7. Windows color (decimal): -3168803 or 14525903. OLE color: 14525903.

HSL color Cylindrical-coordinate representation of color #CFA5DD: hue angle of 285º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA5DD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207165221-
CMYK0.060.2500.13
HSL285º45.16%75.69%-
HSV(B)285º25.34%86.67%-
XYZ52.2445.474.42-
YUV183.94148.91144.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=34.91%
G=27.82%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071652210.060.2500.1328545.1675.69
HexCFA5DD6190D11d2d4c
Octal31724533563101543555114
Binary11001111101001011101110111011001011011000111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5DD; }

 p { color: rgb(207,165,221); }

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

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

 a { background-color: rgb(207,165,221); }

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

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

 span { border-color: rgb(207,165,221); }

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