#CFA5DE

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

Shades of Wisteria #CFA5DE

Tints of Wisteria #CFA5DE

Color information

#CFA5DE (or 0xCFA5DE) is unknown color: approx Wisteria. HEX triplet: CF, A5 and DE. RGB value is (207,165,222). Sum of RGB (Red+Green+Blue) = 207+165+222=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DE is #305A21. Grayscale: #B7B7B7. Windows color (decimal): -3168802 or 14591439. OLE color: 14591439.

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

Color convert

RGB207165222-
CMYK0.070.2600.13
HSL284.21º46.34%75.88%-
HSV(B)284.21º25.68%87.06%-
XYZ52.3745.4575.12-
YUV184.06149.41144.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=34.85%
G=27.78%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071652220.070.2600.13284.2146.3475.88
HexCFA5DE71A0D11c2e4c
Octal31724533673201543456114
Binary11001111101001011101111011111010011011000111001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5DE; }

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

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

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

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

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

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

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

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