#CFA5DB

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

Shades of Wisteria #CFA5DB

Tints of Wisteria #CFA5DB

Color information

#CFA5DB (or 0xCFA5DB) is unknown color: approx Wisteria. HEX triplet: CF, A5 and DB. RGB value is (207,165,219). Sum of RGB (Red+Green+Blue) = 207+165+219=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DB is #305A24. Grayscale: #B7B7B7. Windows color (decimal): -3168805 or 14394831. OLE color: 14394831.

HSL color Cylindrical-coordinate representation of color #CFA5DB: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA5DB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207165219-
CMYK0.050.2500.14
HSL286.67º42.86%75.29%-
HSV(B)286.67º24.66%85.88%-
XYZ51.9745.2973.02-
YUV183.71147.91144.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=35.03%
G=27.92%
B=37.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071652190.050.2500.14286.6742.8675.29
HexCFA5DB5190E11f2b4b
Octal31724533353101643753113
Binary11001111101001011101101110111001011101000111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5DB; }

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

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

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

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

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

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

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

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