#CFA3DC

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

Shades of Wisteria #CFA3DC

Tints of Wisteria #CFA3DC

Color information

#CFA3DC (or 0xCFA3DC) is unknown color: approx Wisteria. HEX triplet: CF, A3 and DC. RGB value is (207,163,220). Sum of RGB (Red+Green+Blue) = 207+163+220=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3DC is #305C23. Grayscale: #B6B6B6. Windows color (decimal): -3169316 or 14459855. OLE color: 14459855.

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

Color convert

RGB207163220-
CMYK0.060.2600.14
HSL286.32º44.88%75.1%-
HSV(B)286.32º25.91%86.27%-
XYZ51.7544.6373.6-
YUV182.65149.08145.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=35.08%
G=27.63%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071632200.060.2600.14286.3244.8875.1
HexCFA3DC61A0E11e2d4b
Octal31724333463201643655113
Binary11001111101000111101110011011010011101000111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3DC; }

 p { color: rgb(207,163,220); }

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

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

 a { background-color: rgb(207,163,220); }

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

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

 span { border-color: rgb(207,163,220); }

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